From 234b9ad1ccfa557306cd5ec488ec47c78cdf0cc8 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 8 Dec 2013 17:21:38 +0000 Subject: try to fix installing plugins which have been deselected git-svn-id: http://svn.miranda-ng.org/main/trunk@7087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/src/Utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/PluginUpdater/src/Utils.cpp') diff --git a/plugins/PluginUpdater/src/Utils.cpp b/plugins/PluginUpdater/src/Utils.cpp index 3284c7e844..5082d7abe1 100644 --- a/plugins/PluginUpdater/src/Utils.cpp +++ b/plugins/PluginUpdater/src/Utils.cpp @@ -226,7 +226,7 @@ bool ParseHashes(const TCHAR *ptszUrl, ptrT& baseUrl, SERVLIST& arHashes) return false; } - unzip(pFileUrl.tszDiskPath, tszTempPath, NULL); + unzip(pFileUrl.tszDiskPath, tszTempPath, NULL,true); DeleteFile(pFileUrl.tszDiskPath); TCHAR tszTmpIni[MAX_PATH] = {0}; -- cgit v1.2.3