From 79ad97e173bc35fb13bceb66fca5fb52d3b7c442 Mon Sep 17 00:00:00 2001 From: ivan386 Date: Sun, 13 May 2018 14:58:20 +0300 Subject: [PATCH] Delete old iShareaza installers after new install --- shareaza/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shareaza/Settings.cpp b/shareaza/Settings.cpp index 731d591e62..0462a6ae0b 100644 --- a/shareaza/Settings.cpp +++ b/shareaza/Settings.cpp @@ -709,7 +709,7 @@ void CSettings::Load() { // Delete old Shareaza installers CFileFind ff; - BOOL res = ff.FindFile( Downloads.CompletePath + _T("\\") CLIENT_NAME_T _T("_*.exe") ); + BOOL res = ff.FindFile( Downloads.CompletePath + _T("\\") MOD_CLIENT_NAME_T _T("_*.exe") ); while ( res ) { res = ff.FindNextFile();