diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-13 06:21:10 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-13 06:21:10 +0000 |
commit | 1ab25705c372fc7436a49723b8db0e59fc0de6c0 (patch) | |
tree | 6934e85393a1fb846603474b4371d2119f8efac5 /protocols/SkypeWeb/src/requests | |
parent | 65de8f4052a43a5a48473b8f6b03e833bd4725b3 (diff) |
search fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12781 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/requests')
-rw-r--r-- | protocols/SkypeWeb/src/requests/search.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/requests/search.h b/protocols/SkypeWeb/src/requests/search.h index c31ceeec75..4628dfdd56 100644 --- a/protocols/SkypeWeb/src/requests/search.h +++ b/protocols/SkypeWeb/src/requests/search.h @@ -22,7 +22,7 @@ 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", ptrA(mir_urlEncode(string)))
+ HttpRequest(REQUEST_GET, FORMAT, "api.skype.com/search/users/any?keyWord=%s&contactTypes[]=skype", string)
{
Headers
<< CHAR_VALUE("Accept", "application/json")
|