Thu, 25 Oct 2001 02:22:51 +0000
[gaim-migrate @ 2614]
fine. sure.
| src/sound.c | file | annotate | diff | comparison | revisions |
--- a/src/sound.c Wed Oct 24 21:10:27 2001 +0000 +++ b/src/sound.c Thu Oct 25 02:22:51 2001 +0000 @@ -390,6 +390,7 @@ if (pid < 0) return; else if (pid == 0) { + alarm(30); if (sound_options & OPT_SOUND_BEEP) { g_print("\a"); _exit(0); @@ -459,6 +460,7 @@ if (pid < 0) return; else if (pid == 0) { + alarm(30); if (sound_options & OPT_SOUND_BEEP) { g_print("\a"); _exit(0);