diff options
Diffstat (limited to 'net-im/licq/files/1.3.0-missing_chars.patch')
-rw-r--r-- | net-im/licq/files/1.3.0-missing_chars.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-im/licq/files/1.3.0-missing_chars.patch b/net-im/licq/files/1.3.0-missing_chars.patch deleted file mode 100644 index 9c12ffcd6bcb..000000000000 --- a/net-im/licq/files/1.3.0-missing_chars.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/icqpacket.cpp 2005-07-14 23:13:54.000000000 +0400 -+++ src/icqpacket.cpp 2005-07-14 23:15:23.988169456 +0400 -@@ -4385,6 +4385,7 @@ - // buffer->PackUnsignedShort(0x0021); - if (Channel() == ICQ_CHNxNONE) - { -+ buffer->PackUnsignedShort(m_nMsgLen); - buffer->Pack(m_szMessage, m_nMsgLen); - } - else |