diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-08-07 00:08:59 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-08-07 00:08:59 +0000 |
commit | 2a8f165b498b1f8210f97e8c1f55d226d9b95da4 (patch) | |
tree | 1cd990ec943f2f2da80cefbe9d7e940d20df215e /protocols/FacebookRM/src/communication.cpp | |
parent | d2d7cb7dd02a5ef3ac752c1ca8c96d49de0bf9a4 (diff) |
Facebook: Much better determining avatar's URL (thanks Vojtěch Kinkor for help)
This will download also big avatars in square format and correctly cropped. Code should be faster.
git-svn-id: http://svn.miranda-ng.org/main/trunk@10100 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 66f0248ee3..e213a68fcc 100644 --- a/protocols/FacebookRM/src/communication.cpp +++ b/protocols/FacebookRM/src/communication.cpp @@ -1362,7 +1362,7 @@ bool facebook_client::save_url(const std::string &url,const std::tstring &filena if (resp) { nlc = resp->nlc; - parent->debugLogA("@@@@@ Saving avatar URL %s to path %s", url.c_str(), _T2A(filename.c_str())); + parent->debugLogA("@@@@@ Saving URL %s to file %s", url.c_str(), _T2A(filename.c_str())); // Create folder if necessary std::tstring dir = filename.substr(0,filename.rfind('\\')); |