Flush stdout when -A option is used.
Obtained from: KAME MFC after: 1 week
This commit is contained in:
parent
f61e198401
commit
3a53156b9b
@ -778,6 +778,7 @@ again:;
|
||||
|
||||
if (repeat) {
|
||||
printf("\n");
|
||||
fflush(stdout);
|
||||
sleep(repeat);
|
||||
goto again;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user