From 7fdce14cd488e25e8e32e34098fbe9f5cb3021b7 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 25 Nov 2012 12:51:05 +0000 Subject: - Xfire: forgotten fix git-svn-id: http://svn.miranda-ng.org/main/trunk@2479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/searching4games.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'protocols/Xfire/src/searching4games.cpp') 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 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 -- cgit v1.2.3