Skip to content

Commit

Permalink
Delete old iShareaza installers after new install
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan386 committed May 13, 2018
1 parent 11324d9 commit 79ad97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shareaza/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 79ad97e

Please sign in to comment.