summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Bolhovskoy <elzorfox@ya.ru>2015-09-11 08:00:18 +0000
committerSergey Bolhovskoy <elzorfox@ya.ru>2015-09-11 08:00:18 +0000
commit5fef75ff28f634b08849aa1fe40b59ce982be1ff (patch)
tree4ee711dca8ebdf14038c2f56d0473d6f0e95b336
parentf0aa17bc5805fab0b91d69a2a3f8ff7bf1c29733 (diff)
VKontakte: fix error 13 on history load
git-svn-id: http://svn.miranda-ng.org/main/trunk@15324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/VKontakte/src/vk_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_proto.h b/protocols/VKontakte/src/vk_proto.h
index 84fccf2644..8d3750dddd 100644
--- a/protocols/VKontakte/src/vk_proto.h
+++ b/protocols/VKontakte/src/vk_proto.h
@@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PS_OPENBROADCAST "/OpenBroadcast"
#define PS_SETSTATUSMSG "/SetStatusMsg"
#define PS_WALLPOST "/WallPost"
-#define MAXHISTORYMIDSPERONE 175
+#define MAXHISTORYMIDSPERONE 100
#define MAX_RETRIES 10