diff libpurple/protocols/yahoo/yahoo.c @ 22022:eeba86c553be

Fix a couple compile warnings.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 06 Jan 2008 21:56:12 +0000
parents c72ea83f34d6
children d6f174c2a83e
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Sun Jan 06 21:47:02 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Sun Jan 06 21:56:12 2008 +0000
@@ -1601,7 +1601,7 @@
 
 	magic_ptr = seed;
 
-	while (*magic_ptr != (int)NULL) {
+	while (*magic_ptr != '\0') {
 		char   *loc;
 
 		/* Ignore parentheses. */