diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-17 19:53:52 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-17 19:53:52 +0000 |
commit | 9067f248cfc1e6ebc65f209cde8cbbf16334de9f (patch) | |
tree | 5a6f0124ace3fd122606f0c8789f96ac4a195db5 /protocols/FacebookRM/src/communication.cpp | |
parent | 1596f83daf39b7b33ef342d819b02111a175447d (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@4712 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 c216eeccc9..793bef85ee 100644 --- a/protocols/FacebookRM/src/communication.cpp +++ b/protocols/FacebookRM/src/communication.cpp @@ -626,7 +626,7 @@ bool facebook_client::login(const std::string &username,const std::string &passw data += "&email=" + utils::url::encode(username);
data += "&pass=" + utils::url::encode(password);
- ptrA locale( db_get_sa(NULL, parent->m_szModuleName, FACEBOOK_KEY_LOCALE));
+ ptrA locale(db_get_sa(NULL, parent->m_szModuleName, FACEBOOK_KEY_LOCALE));
if (locale != NULL)
data += "&locale=" + std::string(locale);
|