Mercurial > pidgin
changeset 2186:08781af8e3a9
[gaim-migrate @ 2196]
hola
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 28 Aug 2001 19:04:09 +0000 |
parents | 65d76d629d1b |
children | 66c7c5415377 |
files | src/sound.c |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sound.c Tue Aug 28 18:57:09 2001 +0000 +++ b/src/sound.c Tue Aug 28 19:04:09 2001 +0000 @@ -242,7 +242,7 @@ return 1; } -static int play_artsc_file(char *file) +static int artsc_play_file(char *file) { struct stat stat_buf; unsigned char* buf = NULL; @@ -411,6 +411,11 @@ _exit(0); #endif +#ifdef ARTSC_SOUND + if (artsc_play_file(filename)) + _exit(0); +#endif + #ifdef NAS_SOUND if (play_nas_file(filename)) _exit(0);