修复警告

rtmpsuck
Matthew 6 months ago
parent 7eac44e6ce
commit 8b79de9208

@ -90,7 +90,7 @@ int DoGetRequest(const char* url, int authType, const char* userName, const char
char * log = new char[data.size() + 1];
log[data.size()] = 0;
memcpy(log, &data[0], data.size());
printf(log);
printf("%s", log);
delete[] log;
#endif
}

Loading…
Cancel
Save