comparison src/gaimrc.c @ 4349:0c68d402f59f

[gaim-migrate @ 4614] XML Blist Gaim stores all the buddy lists in one big happy file now. You can order the buddies however you want, and they'll stay ordered that way. We can also store some per-buddy information now, which will be cool. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 19 Jan 2003 22:16:52 +0000
parents a723d060620a
children af485b4bb8c1
comparison
equal deleted inserted replaced
4348:922b66840a51 4349:0c68d402f59f
502 strcpy(u->password, p->value[1]); 502 strcpy(u->password, p->value[1]);
503 503
504 u->user_info[0] = 0; 504 u->user_info[0] = 0;
505 u->options = OPT_USR_REM_PASS; 505 u->options = OPT_USR_REM_PASS;
506 u->protocol = DEFAULT_PROTO; 506 u->protocol = DEFAULT_PROTO;
507 u->permit = u->deny = NULL;
507 508
508 if (!fgets(buf, sizeof(buf), f)) 509 if (!fgets(buf, sizeof(buf), f))
509 return u; 510 return u;
510 511
511 if (strcmp(buf, "\t\tuser_info {\n")) { 512 if (strcmp(buf, "\t\tuser_info {\n")) {