diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-21 17:49:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-21 17:49:37 +0000 |
commit | 4470cc4e90934c9533e28f45ffa2710d579343ff (patch) | |
tree | b728629e92cb7e39b73257cc040e5d1c778abbcf /net/licq/files/patch-icqd-srv.cpp | |
parent | Add new Linux base ports with packages from Red Hat Linux 9 [1] and (diff) |
- remove translation patch
PR: 74507
Notes
Notes:
svn path=/head/; revision=124715
Diffstat (limited to '')
-rw-r--r-- | net/licq/files/patch-icqd-srv.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/licq/files/patch-icqd-srv.cpp b/net/licq/files/patch-icqd-srv.cpp deleted file mode 100644 index 68141062d2be..000000000000 --- a/net/licq/files/patch-icqd-srv.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); |