# HG changeset patch # User Nathan Walp # Date 1043368853 0 # Node ID 94bf204f837e249d0b489d9978b643f25f396f6b # Parent 473b1ea6b616b49215fee38470dab01811638f49 [gaim-migrate @ 4677] We don't need this anymore committer: Tailor Script diff -r 473b1ea6b616 -r 94bf204f837e src/list.c --- 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 : */ }