src/gaimrc.c

changeset 1010
91fd3c99bba3
parent 1006
fb2f2a403962
child 1026
fa6230b217bc
equal deleted inserted replaced
1009:584f27d87a9e 1010:91fd3c99bba3
692 sscanf(p->option, "sound%c", &i); 692 sscanf(p->option, "sound%c", &i);
693 i -= 'A'; 693 i -= 'A';
694 694
695 if (p->value[0][0]) 695 if (p->value[0][0])
696 sound_file[i] = g_strdup(p->value[0]); 696 sound_file[i] = g_strdup(p->value[0]);
697 else 697 /* else
698 sound_file[i] = NULL; 698 sound_file[i] = NULL;
699 Removed by Rob. Kill me if this is retarded.
700 Tis was causing segfaults on PPC machines, though.
701 */
699 } 702 }
700 } 703 }
701 704
702 static void gaimrc_write_sounds(FILE *f) 705 static void gaimrc_write_sounds(FILE *f)
703 { 706 {

mercurial