comparison src/blist.c @ 5985:60d9cbfb6bf8

[gaim-migrate @ 6433] Fixed Cae Bug #9. I hope this doesn't mess with anything else. Is there a reason this sanity check doesn't return when the vars are invalid? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 02 Jul 2003 08:53:03 +0000
parents ac4dd1d0ee39
children 0aeb4fd0fc65
comparison
equal deleted inserted replaced
5984:c55b32640690 5985:60d9cbfb6bf8
734 const char *n = NULL; 734 const char *n = NULL;
735 735
736 if (!gaimbuddylist) 736 if (!gaimbuddylist)
737 return NULL; 737 return NULL;
738 738
739 if (!name && !buddy); 739 if (!name && !buddy)
740 return NULL;
740 741
741 if (name) { 742 if (name) {
742 group = gaimbuddylist->root; 743 group = gaimbuddylist->root;
743 n = name; 744 n = name;
744 } else { 745 } else {