diff src/xmlnode.c @ 8283:35f69749b226

[gaim-migrate @ 9007] "#1 fixes the browser enhancement committed yesterday so it allows wingaim to +compile #2 fixes 2 compile warnings" --daniel_atallah committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 17 Feb 2004 19:02:45 +0000
parents b5dbd1839716
children dafebadcf8d2
line wrap: on
line diff
--- a/src/xmlnode.c	Tue Feb 17 18:45:25 2004 +0000
+++ b/src/xmlnode.c	Tue Feb 17 19:02:45 2004 +0000
@@ -433,7 +433,7 @@
 	g_return_val_if_fail(node->type == XMLNODE_TYPE_TAG, NULL);
 
 	for(sibling = node->next; sibling; sibling = sibling->next) {
-		const char *xmlns;
+		const char *xmlns = NULL;
 		if(ns)
 			xmlns = xmlnode_get_attrib(sibling, "xmlns");