changeset 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 5de8bf62b8ef
children 14c0fb6c985d
files src/util.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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++;
 
 			}