diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-07-24 20:25:52 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-07-24 20:25:52 +0000 |
commit | 681d11d8d7d2893c8565a949e3a315cb4641099c (patch) | |
tree | de41c176ce1a172c3340bd6e759a1cd66830d06c /protocols/FacebookRM/src/communication.cpp | |
parent | 3833e19bbb119a18658ed47c29cd3c722e8f4496 (diff) |
Facebook: minor types fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@5474 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/communication.cpp')
-rw-r--r-- | protocols/FacebookRM/src/communication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/communication.cpp b/protocols/FacebookRM/src/communication.cpp index 0ebb32ba3b..f1671d2e4e 100644 --- a/protocols/FacebookRM/src/communication.cpp +++ b/protocols/FacebookRM/src/communication.cpp @@ -1275,7 +1275,7 @@ bool facebook_client::save_url(const std::string &url,const std::tstring &filena if (resp)
{
nlc = resp->nlc;
- parent->Log("@@@@@ Saving avatar URL %s to path %s", url.c_str(), filename.c_str());
+ parent->Log("@@@@@ Saving avatar URL %s to path %s", url.c_str(), _T2A(filename.c_str()));
// Create folder if necessary
std::tstring dir = filename.substr(0,filename.rfind('\\'));
|