From 83b409481df770411ce3113a8bb1a787e991e767 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 20 Apr 2015 05:36:13 +0000 Subject: warnings fix git-svn-id: http://svn.miranda-ng.org/main/trunk@12948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/requests/history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src/requests') diff --git a/protocols/SkypeWeb/src/requests/history.h b/protocols/SkypeWeb/src/requests/history.h index f100e47685..1a1d121686 100644 --- a/protocols/SkypeWeb/src/requests/history.h +++ b/protocols/SkypeWeb/src/requests/history.h @@ -25,7 +25,7 @@ public: { Url << INT_VALUE("startTime", 0) - << INT_VALUE("pageSize", 100) + << INT_VALUE("pageSize", pageSize) << CHAR_VALUE("view", "msnp24Equivalent") << CHAR_VALUE("targetType", "Passport|Skype|Lync|Thread"); -- cgit v1.2.3