From bff791f9bd1828c66e1462a4a3f86a800b58ad13 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Fri, 10 Apr 2015 11:52:49 +0000 Subject: SkypeWeb: Small search fix. git-svn-id: http://svn.miranda-ng.org/main/trunk@12724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/requests/search.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src/requests/search.h') diff --git a/protocols/SkypeWeb/src/requests/search.h b/protocols/SkypeWeb/src/requests/search.h index cfc761b06e..3ef28b2b24 100644 --- a/protocols/SkypeWeb/src/requests/search.h +++ b/protocols/SkypeWeb/src/requests/search.h @@ -21,7 +21,8 @@ along with this program. If not, see . class GetSearchRequest : public HttpRequest { public: - GetSearchRequest(const char *token, const char *string) : HttpRequest(REQUEST_GET, FORMAT, "api.skype.com/search/users/any?keyWord=%s&contactTypes[]=skype", string) + GetSearchRequest(const char *token, const char *string) : + HttpRequest(REQUEST_GET, FORMAT, "api.skype.com/search/users/any?keyWord=%s&contactTypes[]=skype", mir_urlEncode(string)) { Headers << CHAR_VALUE("Accept", "application/json") -- cgit v1.2.3