From 5c4b80a068ed7b305e68071d39c99a6c98a9ed2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sat, 15 Jun 2013 21:04:25 +0000 Subject: PluginUpdater: Ignore char case for unchecked items git-svn-id: http://svn.miranda-ng.org/main/trunk@4965 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/src/unzipfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/PluginUpdater/src/unzipfile.cpp') diff --git a/plugins/PluginUpdater/src/unzipfile.cpp b/plugins/PluginUpdater/src/unzipfile.cpp index a20fad318f..ece6a2866d 100644 --- a/plugins/PluginUpdater/src/unzipfile.cpp +++ b/plugins/PluginUpdater/src/unzipfile.cpp @@ -58,7 +58,7 @@ bool extractCurrentFile(unzFile uf, TCHAR *ptszDestPath, TCHAR *ptszBackPath) for (char *p = strchr(filename, '/'); p; p = strchr(p+1, '/')) *p = '\\'; - if (!db_get_b(NULL, MODNAME "Files", filename, true)) + if (!db_get_b(NULL, MODNAME "Files", StrToLower(ptrA(filename)), true)) return true; TCHAR tszDestFile[MAX_PATH], tszBackFile[MAX_PATH]; -- cgit v1.2.3