diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-20 16:57:19 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-20 16:57:19 +0000 |
commit | 91996a2f0ab5228acdfac1d0c662d68339a0ed79 (patch) | |
tree | b415191b2169e51f1c37688a8f01a90b54584c17 /protocols/VKontakte/src/vk_history.cpp | |
parent | 3015b86003db0edc9b1da8707a302cddc36855e5 (diff) |
VK: code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@16518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk_history.cpp')
-rw-r--r-- | protocols/VKontakte/src/vk_history.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/VKontakte/src/vk_history.cpp b/protocols/VKontakte/src/vk_history.cpp index 4e9264fa30..54ecb0e86b 100644 --- a/protocols/VKontakte/src/vk_history.cpp +++ b/protocols/VKontakte/src/vk_history.cpp @@ -135,8 +135,7 @@ void CVkProto::GetServerHistory(MCONTACT hContact, int iOffset, int iCount, int "return{\"count\":index,\"datetime\":iTime,\"items\":ret,\"fwd_users\":FUsers,\"once\":%d,\"rcount\":iReqCount};",
iOffset, iCount, userID, iTime, iLastMsgId, (int)once);
Push(new AsyncHttpRequest(this, REQUEST_GET, "/method/execute.json", true, &CVkProto::OnReceiveHistoryMessages)
- << CHAR_PARAM("code", code)
- << VER_API)->pUserInfo = new CVkSendMsgParam(hContact, iLastMsgId, iOffset);
+ << CHAR_PARAM("code", code))->pUserInfo = new CVkSendMsgParam(hContact, iLastMsgId, iOffset);
}
void CVkProto::GetHistoryDlg(MCONTACT hContact, int iLastMsg)
|