diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-25 12:51:05 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-25 12:51:05 +0000 |
commit | 7fdce14cd488e25e8e32e34098fbe9f5cb3021b7 (patch) | |
tree | 6ff1eb448d80fb15cbadff8a3ceff51c2d61390b /protocols/Xfire/src/searching4games.cpp | |
parent | 4ae40c20b76552877e2007763dc6b61c1475401a (diff) |
- Xfire: forgotten fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/searching4games.cpp')
-rw-r--r-- | protocols/Xfire/src/searching4games.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/Xfire/src/searching4games.cpp b/protocols/Xfire/src/searching4games.cpp index b40a607990..27348bc926 100644 --- a/protocols/Xfire/src/searching4games.cpp +++ b/protocols/Xfire/src/searching4games.cpp @@ -27,7 +27,7 @@ #include "stdafx.h"
#include "baseProtocol.h"
#include "Xfire_gamelist.h"
-
+#include "variables.h"
#include <string>
using std::string;
@@ -244,8 +244,7 @@ void Scan4Games( LPVOID lparam ) mir_forkthread(ShowSearchDialog,&hwnd);
}
- FoldersGetCustomPath( XFireWorkingFolder, inipath, 1024, "" );
- strcat(inipath,"\\");
+ strcpy(inipath, XFireGetFoldersPath ("IniFile"));
strcat(inipath,"xfire_games.ini");
//erstmal db säubern
|