summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/Xfire_base.cpp
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2012-11-20 15:08:57 +0000
committerRobert Pösel <robyer@seznam.cz>2012-11-20 15:08:57 +0000
commitdc10ccec13d8fa7dfe6f263ee19490b05464a0d0 (patch)
tree411d7f428df37f7478ecf7183ef29d0c8365e412 /protocols/Xfire/src/Xfire_base.cpp
parent6853eac17709ea7d4694f4a38fcc9e1867f4ce8d (diff)
xFire: Fixed TString madness, protocol should work properly now.
git-svn-id: http://svn.miranda-ng.org/main/trunk@2395 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/Xfire_base.cpp')
-rw-r--r--protocols/Xfire/src/Xfire_base.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Xfire/src/Xfire_base.cpp b/protocols/Xfire/src/Xfire_base.cpp
index f9aa3cc553..ac8659901f 100644
--- a/protocols/Xfire/src/Xfire_base.cpp
+++ b/protocols/Xfire/src/Xfire_base.cpp
@@ -136,7 +136,7 @@ void Xfire_base::writeStringtoDB(char*name,unsigned int dbid,int id,char*val)
//wert aus der dblesen
sprintf_s(temp,128,"%s_%i_%i",name,dbid,id);
- DBWriteContactSettingTString(NULL, protocolname, temp,val);
+ DBWriteContactSettingString(NULL, protocolname, temp,val);
}
//schreibt einen stringval in die db welche unterid hat
@@ -148,7 +148,7 @@ void Xfire_base::writeStringtoDB(char*name,unsigned int dbid,char*val)
//wert aus der dblesen
sprintf_s(temp,128,"%s_%i",name,dbid);
- DBWriteContactSettingTString(NULL, protocolname, temp,val);
+ DBWriteContactSettingString(NULL, protocolname, temp,val);
}
//schreibt einen bytewert in die db