From a8deb4ad5586a2b6a90957a610ad64c8e10e95f1 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sat, 6 Jun 2015 21:13:00 +0000 Subject: XFire: - fix for a typo in r12294 (thx White-Tiger) - fixed memory leaks - minor other fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14032 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/iniupdater.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/Xfire/src/iniupdater.cpp') diff --git a/protocols/Xfire/src/iniupdater.cpp b/protocols/Xfire/src/iniupdater.cpp index bbd63279b8..072e0f692e 100644 --- a/protocols/Xfire/src/iniupdater.cpp +++ b/protocols/Xfire/src/iniupdater.cpp @@ -89,9 +89,9 @@ void UpdateMyIcons(LPVOID dummy) { //ini pfad rausbekommen char file[1024], file2[1024], file3[1024]; - mir_snprintf(file,SIZEOF(file), "%sxfire_games.new",inipath); - mir_snprintf(file2,SIZEOF(file2), "%sxfire_games.ini",inipath); - mir_snprintf(file3,SIZEOF(file3), "%sxfire_games.old",inipath); + mir_snprintf(file,SIZEOF(file), "%sicons.new",inipath); + mir_snprintf(file2,SIZEOF(file2), "%sicons.dll",inipath); + mir_snprintf(file3,SIZEOF(file3), "%sicons.old",inipath); mir_snprintf(request, SIZEOF(request), "%s%d", ICO_URLREQUEST, getfilesize(file2)); -- cgit v1.2.3