diff src/util.c @ 13443:d973e6ba65ac

[gaim-migrate @ 15818] CID 63 this should have been if(!*t), but that would have been redundant, since badchar('\0') == true, which would have triggered the prior block committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 07 Mar 2006 08:13:37 +0000
parents 47e51939c923
children 974fffde9f60
line wrap: on
line diff
--- a/src/util.c	Tue Mar 07 08:02:32 2006 +0000
+++ b/src/util.c	Tue Mar 07 08:13:37 2006 +0000
@@ -1828,8 +1828,6 @@
 					c = t;
 					break;
 				}
-				if (!t)
-					break;
 				t++;
 
 			}