From fb7a11c3477131517fdc1317620d26017958de24 Mon Sep 17 00:00:00 2001 From: mouse Date: Sun, 22 Apr 2007 02:09:02 +0000 Subject: Per PR 36185, OKed by martin@ --- larn/io.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'larn/io.c') diff --git a/larn/io.c b/larn/io.c index e7446e67..cfac1054 100644 --- a/larn/io.c +++ b/larn/io.c @@ -1,4 +1,4 @@ -/* $NetBSD: io.c,v 1.16 2006/05/11 10:23:24 mrg Exp $ */ +/* $NetBSD: io.c,v 1.17 2007/04/22 02:09:02 mouse Exp $ */ /* * io.c Larn is copyrighted 1986 by Noah Morgan. @@ -62,7 +62,7 @@ */ #include #ifndef lint -__RCSID("$NetBSD: io.c,v 1.16 2006/05/11 10:23:24 mrg Exp $"); +__RCSID("$NetBSD: io.c,v 1.17 2007/04/22 02:09:02 mouse Exp $"); #endif /* not lint */ #include "header.h" @@ -572,6 +572,7 @@ int lcreat(str) char *str; { + lflush(); lpnt = lpbuf; lpend = lpbuf + BUFBIG; if (str == NULL) -- cgit v1.2.3