summaryrefslogtreecommitdiff
path: root/irc/dancer-ircd/files/patch-irc_string.c
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-04-19 16:42:15 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-04-19 16:42:15 +0000
commitbb01cd387d97050ecc78f60ba8b4280541dd48f4 (patch)
tree04c3dd6134da3d994fb5bf9abb873c9e858a061e /irc/dancer-ircd/files/patch-irc_string.c
parentUpdate to 1.14.0 release. (diff)
Update to 1.0.35, unbreak for 5.x and USE_RC_SUBR.
Notes
Notes: svn path=/head/; revision=107598
Diffstat (limited to 'irc/dancer-ircd/files/patch-irc_string.c')
-rw-r--r--irc/dancer-ircd/files/patch-irc_string.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/irc/dancer-ircd/files/patch-irc_string.c b/irc/dancer-ircd/files/patch-irc_string.c
index 54c0cf5e44f6..bb43889317b4 100644
--- a/irc/dancer-ircd/files/patch-irc_string.c
+++ b/irc/dancer-ircd/files/patch-irc_string.c
@@ -1,17 +1,14 @@
-This patch prevents ircd from stripping topics etc. of escape
-characters, which is commonly used by Asian languages.
-
---- src/irc_string.c.orig Sun Apr 7 08:16:04 2002
-+++ src/irc_string.c Tue Apr 15 23:52:28 2003
-@@ -131,6 +131,7 @@
+--- src/irc_string.c.orig Tue Jul 8 14:41:54 2003
++++ src/irc_string.c Tue Apr 20 00:33:19 2004
+@@ -139,6 +139,7 @@
char* strip_colour(char* string)
{
+#if 0
char *c = string;
char *c2 = string;
- char *last_non_space = c2;
-@@ -165,6 +166,7 @@
+ char *last_non_space = NULL;
+@@ -173,6 +174,7 @@
*c2 = '\0';
if (last_non_space)
*last_non_space = '\0';