From f27262413b5ef712d16dc45d953c2ab04d7749db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 11 Nov 2014 19:59:11 +0000 Subject: CrashDumper: Remove "you have -1 old plugins" message git-svn-id: http://svn.miranda-ng.org/main/trunk@10961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CrashDumper/src/upload.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'plugins/CrashDumper/src/upload.cpp') diff --git a/plugins/CrashDumper/src/upload.cpp b/plugins/CrashDumper/src/upload.cpp index e49d2825c4..ef12a85b1a 100644 --- a/plugins/CrashDumper/src/upload.cpp +++ b/plugins/CrashDumper/src/upload.cpp @@ -130,13 +130,7 @@ bool InternetDownloadFile(const char *szUrl, VerTrnsfr* szReq) if (db_get_b(NULL, PluginName, "UploadChanged", 0)) ProcessVIHash(true); - for (i = nlhrReply->headersCount; i--;) - if (_stricmp(nlhrReply->headers[i].szName, "OldPlugins") == 0) { - i = atoi(nlhrReply->headers[i].szValue); - break; - } - - ShowMessage(1, TranslateT("VersionInfo upload successful,\n %d old plugins"), i); + ShowMessage(1, TranslateT("VersionInfo upload successful.")); result = 0; break; -- cgit v1.2.3