summaryrefslogtreecommitdiff
path: root/protocols/Steam/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-05-22 10:24:40 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-05-22 10:24:40 +0000
commita371c34e0720a4d41a81da6b0cede16c5cf8779d (patch)
tree88da0eeb2955d8e20618be4a57de43c08e9888b9 /protocols/Steam/src
parentb499ebc740aa5480be013d40e0d8097066800642 (diff)
replace lstrlen to mir_tstrlen
git-svn-id: http://svn.miranda-ng.org/main/trunk@13749 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src')
-rw-r--r--protocols/Steam/src/Junk/steam_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/Junk/steam_thread.cpp b/protocols/Steam/src/Junk/steam_thread.cpp
index 98915f87cd..f07541c6d3 100644
--- a/protocols/Steam/src/Junk/steam_thread.cpp
+++ b/protocols/Steam/src/Junk/steam_thread.cpp
@@ -45,7 +45,7 @@ void CSteamProto::PollServer(const char *token, const char *umqId, UINT32 messag
{
const wchar_t *text = message->GetText();
- AddDBEvent(hContact, EVENTTYPE_MESSAGE, time(NULL), DBEF_UTF | DBEF_SENT, lstrlen(text), (BYTE*)mir_utf8encodeW(text));
+ AddDBEvent(hContact, EVENTTYPE_MESSAGE, time(NULL), DBEF_UTF | DBEF_SENT, mir_tstrlen(text), (BYTE*)mir_utf8encodeW(text));
}
}
break;