diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-05-12 04:27:58 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-05-12 04:27:58 +0000 |
commit | 95184f79952fde3bd6f141fa35ed698057dbded3 (patch) | |
tree | 56deb54ffb8769f1ca9fd4f16b09b9ee27692aea /net-im/licq/files | |
parent | 2ae67160cc48f4ab1a563f47cbe68feb8df62a3b (diff) |
Notes
Diffstat (limited to 'net-im/licq/files')
-rw-r--r-- | net-im/licq/files/patch-icqd-srv.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/licq/files/patch-icqd-srv.cpp b/net-im/licq/files/patch-icqd-srv.cpp new file mode 100644 index 000000000000..68141062d2be --- /dev/null +++ b/net-im/licq/files/patch-icqd-srv.cpp @@ -0,0 +1,11 @@ +--- src/icqd-srv.cpp.orig Wed Jun 25 08:40:16 2003 ++++ src/icqd-srv.cpp Fri May 7 13:07:09 2004 +@@ -2145,7 +2145,7 @@ void CICQDaemon::ProcessMessageFam(CBuff + char *szMsg = gTranslator.RNToN(message); + delete [] message; + +- gTranslator.ServerToClient(szMsg); ++// gTranslator.ServerToClient(szMsg); + + bool bNewUser = false; + ICQUser *u = gUserManager.FetchUser(nUin, LOCK_W); |