[gaim-migrate @ 13200]

Thu, 21 Jul 2005 04:16:35 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Thu, 21 Jul 2005 04:16:35 +0000
changeset 11136
2a293cd4ffa7
parent 11135
063678d038f9
child 11137
cf40226ddff7

[gaim-migrate @ 13200]
This is the same termination fix to mirc2txt that just went into
oldstatus. What a terrible commit message.

src/protocols/irc/parse.c file | annotate | diff | comparison | revisions
--- a/src/protocols/irc/parse.c	Wed Jul 20 23:10:33 2005 +0000
+++ b/src/protocols/irc/parse.c	Thu Jul 21 04:16:35 2005 +0000
@@ -385,7 +385,7 @@
 			result[j++] = result[i];
 		}
 	}
-	result[i] = '\0';
+	result[j] = '\0';
         return result;
 }
 

mercurial