changeset 778:035d3115c6fe

[gaim-migrate @ 788] fflush(stdout); committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 29 Aug 2000 01:07:42 +0000
parents 1d60fb2c3b3b
children 1823a4af82d3
files src/sound.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/sound.c	Tue Aug 29 01:03:07 2000 +0000
+++ b/src/sound.c	Tue Aug 29 01:07:42 2000 +0000
@@ -244,6 +244,7 @@
         else if (pid == 0) {
 		if (sound_options & OPT_SOUND_BEEP) {
 			printf("\a");
+			fflush(stdout);
 			_exit(0);
 		}