comparison src/gaimrc.c @ 1002:1d8f05ea6bdf

[gaim-migrate @ 1012] i don't even remember what happened. all good things, i hope committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 18 Oct 2000 02:38:18 +0000
parents fa681641643d
children 0a4d0ed65e17
comparison
equal deleted inserted replaced
1001:b8a819390499 1002:1d8f05ea6bdf
440 strcpy(u->username, p->value[0]); 440 strcpy(u->username, p->value[0]);
441 strcpy(u->password, p->value[1]); 441 strcpy(u->password, p->value[1]);
442 442
443 u->user_info[0] = 0; 443 u->user_info[0] = 0;
444 u->options = OPT_USR_REM_PASS; 444 u->options = OPT_USR_REM_PASS;
445 u->protocol = PROTO_TOC; 445 u->protocol = 0; /* PROTO_TOC */
446 446
447 if (!fgets(buf, sizeof(buf), f)) 447 if (!fgets(buf, sizeof(buf), f))
448 return u; 448 return u;
449 449
450 if (strcmp(buf, "\t\tuser_info {\n")) { 450 if (strcmp(buf, "\t\tuser_info {\n")) {