From b728069180bcea77894d344753a7fdfc4f30a061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 29 Sep 2013 14:16:53 +0000 Subject: Facebook: login fixes and cleanup - fixed login for password with not-ASCII chars - fixed login when disabled https in miranda but enabled on facebook git-svn-id: http://svn.miranda-ng.org/main/trunk@6269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/client.h') diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index d38a0ca528..5009389098 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -124,7 +124,7 @@ public: // Login handling - bool login(const std::string &username, const std::string &password); + bool login(const char *username, const char *password); bool logout(); const std::string & get_username() const; -- cgit v1.2.3