forked from ports/contrib
14 lines
476 B
Diff
14 lines
476 B
Diff
Index: src/icqpacket.cpp
|
|
===================================================================
|
|
--- src/icqpacket.cpp (revision 6387)
|
|
+++ src/icqpacket.cpp (working copy)
|
|
@@ -821,7 +821,7 @@
|
|
|
|
// Static versioning
|
|
buffer->PackUnsignedLongBE(0x00160002);
|
|
- buffer->PackUnsignedShortBE(0x010A);
|
|
+ buffer->PackUnsignedShortBE(0x010B);
|
|
// Client version major (4 == ICQ2000, 5 == ICQ2001)
|
|
buffer->PackUnsignedLongBE(0x00170002);
|
|
buffer->PackUnsignedShortBE(0x0014);
|