comparison src/dialogs.c @ 1272:7448bc1cc7fd

[gaim-migrate @ 1282] haha, i hope no one actually reads this. they might start to lose faith in me.... committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Dec 2000 13:39:20 +0000
parents babea41afa7e
children d8eaf65ca9c3
comparison
equal deleted inserted replaced
1271:e78e823400f3 1272:7448bc1cc7fd
2924 g_screenname[i] = toupper(gc->username[i]); 2924 g_screenname[i] = toupper(gc->username[i]);
2925 g_screenname[i] = '\0'; 2925 g_screenname[i] = '\0';
2926 2926
2927 file = gaim_user_dir(); 2927 file = gaim_user_dir();
2928 if ( file != (char *) NULL ) { 2928 if ( file != (char *) NULL ) {
2929 sprintf( path, "%s/%s.%d.blist", file, g_screenname, gc->protocol); 2929 sprintf( path, "%s/%s.%d.blist", file, g_screenname,
2930 (gc->protocol == PROTO_OSCAR) ? PROTO_TOC : gc->protocol);
2930 g_free(file); 2931 g_free(file);
2931 } else { 2932 } else {
2932 return; 2933 return;
2933 } 2934 }
2934 } 2935 }