diff options
Diffstat (limited to 'chat/centerim/patches/patch-ba')
-rw-r--r-- | chat/centerim/patches/patch-ba | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/centerim/patches/patch-ba b/chat/centerim/patches/patch-ba new file mode 100644 index 00000000000..a6b19e52aab --- /dev/null +++ b/chat/centerim/patches/patch-ba @@ -0,0 +1,13 @@ +$NetBSD: patch-ba,v 1.1 2007/12/22 23:29:03 jdolecek Exp $ + +--- libicq2000/src/Client.cpp.orig 2007-06-14 00:44:04.000000000 +0200 ++++ libicq2000/src/Client.cpp +@@ -1524,7 +1524,7 @@ namespace ICQ2000 + SignalLog(LogEvent::INFO, "Received server-based list from server\n"); + SBLListSNAC *sbs = static_cast<SBLListSNAC*>(snac); + mergeSBL( sbs->getContactTree() ); +-// SendSBLReceivedACK(); ++ SendSBLReceivedACK(); + break; + } + |