From: Eric W. <war...@us...> - 2001-10-25 02:22:54
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv26916 Modified Files: sound.c Log Message: fine. sure. Index: sound.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/sound.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- sound.c 2001/10/23 04:05:52 1.41 +++ sound.c 2001/10/25 02:22:51 1.42 @@ -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); |