From 634a32a8d9114b1da1ffd0dc2b78dde3060a731f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 16 Jan 2018 16:21:00 +0300 Subject: ICQCorp: - crash fixed when one sends a file; - all file names went to Unicode; - all messages are being send in Utf8 instead of ANSI; - version bump; --- protocols/ICQCorp/src/event.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/ICQCorp/src/event.h') diff --git a/protocols/ICQCorp/src/event.h b/protocols/ICQCorp/src/event.h index ee204927e2..3d469ee688 100644 --- a/protocols/ICQCorp/src/event.h +++ b/protocols/ICQCorp/src/event.h @@ -32,7 +32,8 @@ public: bool isEvent(SOCKET hSocket, unsigned long theSequence); void noAck(); unsigned short cmd, subCmd; - unsigned int uin, sequence; + unsigned int uin; + int sequence; int reply; unsigned int hTimer; Packet *packet; -- cgit v1.2.3