diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-12 18:36:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-12 18:36:38 +0300 |
commit | a70058727e91037ca532a52decbcc8c3aea2d03e (patch) | |
tree | 01a995fe17b4e80e7445948f086d72e2555d1998 /plugins/CrashDumper/src/upload.cpp | |
parent | 83f3e1dee4b5b3a27a2ca5c177b4ecfd1b02411f (diff) |
CrashDumper:
- fixes #1186 (Hide DbChecker from VersionInfo);
- massive code cleaning;
- version bump
Diffstat (limited to 'plugins/CrashDumper/src/upload.cpp')
-rw-r--r-- | plugins/CrashDumper/src/upload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CrashDumper/src/upload.cpp b/plugins/CrashDumper/src/upload.cpp index 62baee1071..338cbccfa2 100644 --- a/plugins/CrashDumper/src/upload.cpp +++ b/plugins/CrashDumper/src/upload.cpp @@ -91,7 +91,7 @@ bool InternetDownloadFile(const char *szUrl, VerTrnsfr* szReq) {
int result = 0xBADBAD;
char* szRedirUrl = nullptr;
- NETLIBHTTPREQUEST nlhr = { 0 };
+ NETLIBHTTPREQUEST nlhr = {};
// initialize the netlib request
nlhr.cbSize = sizeof(nlhr);
|