Mercurial > pidgin
changeset 1010:4dca3277ea15
[gaim-migrate @ 1020]
Fix for PPC systems.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Fri, 20 Oct 2000 03:35:38 +0000 |
parents | d496fe2614a6 |
children | 4867280dbdc7 |
files | src/gaimrc.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gaimrc.c Fri Oct 20 00:35:30 2000 +0000 +++ b/src/gaimrc.c Fri Oct 20 03:35:38 2000 +0000 @@ -694,8 +694,11 @@ if (p->value[0][0]) sound_file[i] = g_strdup(p->value[0]); - else +/* else sound_file[i] = NULL; + Removed by Rob. Kill me if this is retarded. + Tis was causing segfaults on PPC machines, though. +*/ } }