summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/requests
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-04-20 05:36:13 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-04-20 05:36:13 +0000
commit83b409481df770411ce3113a8bb1a787e991e767 (patch)
treec88351366379b6ecb1ba44ab9606642f8f0297e7 /protocols/SkypeWeb/src/requests
parentb40fee1a3449b30ff635c28bad396b23109205c6 (diff)
warnings fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/requests')
-rw-r--r--protocols/SkypeWeb/src/requests/history.h2
1 files changed, 1 insertions, 1 deletions
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");