[gaim-migrate @ 15818]

Tue, 07 Mar 2006 08:13:37 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Tue, 07 Mar 2006 08:13:37 +0000
changeset 13444
e0343cf8c6d6
parent 13443
e27e92c22036
child 13445
a67047ddc5c1

[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

src/util.c file | annotate | diff | comparison | revisions
--- 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++;
 
 			}

mercurial