summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/userdetails.cpp
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2012-11-05 22:57:59 +0000
committerRobert Pösel <robyer@seznam.cz>2012-11-05 22:57:59 +0000
commit1567d9a53b7fd02d8a6cf87a65d1d76cb99ca2c3 (patch)
treeb75b1477b19a8c5c6db13a52a299e1f0fa6ec256 /protocols/Xfire/src/userdetails.cpp
parentbc16a1ba286b8a8c7b54cdc198c577f43150f06d (diff)
XFire: Fixed sending messages and maybe other things
(what was that madness? it should never work - are those original sources and am I just tired or not? o_O) git-svn-id: http://svn.miranda-ng.org/main/trunk@2214 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/userdetails.cpp')
-rw-r--r--protocols/Xfire/src/userdetails.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/userdetails.cpp b/protocols/Xfire/src/userdetails.cpp
index 4ea28ffa98..9253aeba41 100644
--- a/protocols/Xfire/src/userdetails.cpp
+++ b/protocols/Xfire/src/userdetails.cpp
@@ -95,7 +95,7 @@ static int GetIPPortUDetails(HANDLE wParam,char* feld1,char* feld2)
return 0;
DBVARIANT dbv;
- if(DBGetContactSettingTString((HANDLE)wParam, protocolname, feld1,&dbv))
+ if(DBGetContactSettingString((HANDLE)wParam, protocolname, feld1,&dbv))
return 0;
sprintf(temp,"%s:%d",dbv.pszVal,DBGetContactSettingWord((HANDLE)wParam, protocolname, feld2, -1));