changeset 4408:94bf204f837e

[gaim-migrate @ 4677] We don't need this anymore committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 24 Jan 2003 00:40:53 +0000
parents 473b1ea6b616
children 0521eec12c33
files src/list.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/list.c	Thu Jan 23 19:26:33 2003 +0000
+++ b/src/list.c	Fri Jan 24 00:40:53 2003 +0000
@@ -274,8 +274,8 @@
 					add_group(current);
 				}
 			} else if (*c == 'b') { /*&& !find_buddy(user, c + 2)) {*/
-				char nm[80], sw[BUDDY_ALIAS_MAXLEN], *tmp = c + 2, *a, *utf8 = NULL;
-				
+				char nm[80], sw[BUDDY_ALIAS_MAXLEN], *a, *utf8 = NULL;
+
 				if ((a = strchr(c + 2, ':')) != NULL) {
 					*a++ = '\0';		/* nul the : */
 				}