diff src/list.c @ 4690:e19f91053ad0

[gaim-migrate @ 5001] some cleanups committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 10 Mar 2003 06:22:44 +0000
parents 283fb289c510
children 4bdd9a5fd026
line wrap: on
line diff
--- a/src/list.c	Mon Mar 10 05:54:25 2003 +0000
+++ b/src/list.c	Mon Mar 10 06:22:44 2003 +0000
@@ -72,7 +72,7 @@
 	if (!gaimbuddylist)
 		return;
 	while (group) {
-		debug_printf("+-%s %d\n", ((struct group*)group)->name, group);
+		debug_printf("+-%s %p\n", ((struct group*)group)->name, group);
 		buddy = group->child;
 		while (buddy) {
 			debug_printf("|--- %d %s\t\t%d\n", ((struct buddy*)buddy)->present, ((struct buddy*)buddy)->name, ((struct buddy*)buddy)->idle);
@@ -103,7 +103,6 @@
 void gaim_blist_destroy()
 {
 	struct gaim_blist_ui_ops *ops = gaimbuddylist->ui_ops;
-	GaimBlistNode *node = gaimbuddylist->root;
 	if (ops)
 		ops->destroy(gaimbuddylist);
 }