forked from ports/contrib
licq: patch added (forget to add actual patch last time)
This commit is contained in:
parent
68934c3ef3
commit
895312bd30
@ -6,7 +6,7 @@
|
||||
|
||||
name=licq
|
||||
version=1.3.5
|
||||
release=3
|
||||
release=4
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2
|
||||
$name-$version-logonfix.patch)
|
||||
|
||||
|
13
licq/licq-1.3.5-logonfix.patch
Normal file
13
licq/licq-1.3.5-logonfix.patch
Normal file
@ -0,0 +1,13 @@
|
||||
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);
|
Loading…
x
Reference in New Issue
Block a user