diff libpurple/util.c @ 30426:c60c9c95bb00

These are dead increments.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 22 Aug 2010 06:16:37 +0000
parents 1f44f0144ff8
children 839f3d63acab
line wrap: on
line diff
--- a/libpurple/util.c	Sun Aug 22 06:15:30 2010 +0000
+++ b/libpurple/util.c	Sun Aug 22 06:16:37 2010 +0000
@@ -3115,7 +3115,7 @@
 		if (text[i] != thechar)
 			text[j++] = text[i];
 
-	text[j++] = '\0';
+	text[j] = '\0';
 }
 
 void