Flush stdout when -A option is used.

Obtained from:	KAME
MFC after:	1 week
This commit is contained in:
Munechika SUMIKAWA 2004-02-10 22:50:57 +00:00
parent f61e198401
commit 3a53156b9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125675

View File

@ -778,6 +778,7 @@ again:;
if (repeat) {
printf("\n");
fflush(stdout);
sleep(repeat);
goto again;
}