diff options
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r-- | plugins/PluginUpdater/src/unzipfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/unzipfile.cpp b/plugins/PluginUpdater/src/unzipfile.cpp index 9e3c21da09..d454109c50 100644 --- a/plugins/PluginUpdater/src/unzipfile.cpp +++ b/plugins/PluginUpdater/src/unzipfile.cpp @@ -46,7 +46,7 @@ int extractCurrentFile(unzFile uf, wchar_t *ptszDestPath, wchar_t *ptszBackPath, // This is because there may be more then one file in a single zip
// So we need to check each file
if (ch && 1 != db_get_b(0, DB_MODULE_FILES, StrToLower(ptrA(mir_strdup(filename))), 1))
- return true;
+ return UNZ_OK;
wchar_t tszDestFile[MAX_PATH], tszBackFile[MAX_PATH];
ptrW ptszNewName(mir_utf8decodeW(filename));
|