comparison src/gaimrc.c @ 1057:d50d3abb9eb7

[gaim-migrate @ 1067] attempting to pass -Wall (at least for app) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 03 Nov 2000 10:46:58 +0000
parents 713b0e14e0a9
children 56c7ceb986a8
comparison
equal deleted inserted replaced
1056:bde34730789c 1057:d50d3abb9eb7
705 if (!fgets(buf, sizeof(buf), f)) 705 if (!fgets(buf, sizeof(buf), f))
706 return; 706 return;
707 707
708 p = parse_line(buf); 708 p = parse_line(buf);
709 709
710 sscanf(p->option, "sound%c", &i); 710 sscanf(p->option, "sound%c", (char *)&i);
711 i -= 'A'; 711 i -= 'A';
712 712
713 if (p->value[0][0]) 713 if (p->value[0][0])
714 sound_file[i] = g_strdup(p->value[0]); 714 sound_file[i] = g_strdup(p->value[0]);
715 /* else 715 /* else