changeset 1749:dbb15c2c5823

timer.c (notify): Flush stdout after writing message to avoid lossage on terminals.
author Michael I. Bushnell <mib@gnu.org>
date Fri, 08 Jan 1993 20:36:14 +0000
parents d505599b0438
children 2a92e870a448
files lib-src/=timer.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/=timer.c	Fri Jan 08 20:33:12 1993 +0000
+++ b/lib-src/=timer.c	Fri Jan 08 20:36:14 1993 +0000
@@ -131,6 +131,7 @@
     if (ep->reply_at <= now)
       {
 	fputs (ep->token, stdout);
+	putc ('\n', stdout);
 	fflush (stdout);
 	free (ep->token);