]> git.ipfire.org Git - thirdparty/util-linux.git/commit
more: target all standard streams when calling fflush()
authorSami Kerola <kerolasa@iki.fi>
Sat, 21 Mar 2020 17:45:47 +0000 (17:45 +0000)
committerSami Kerola <kerolasa@iki.fi>
Mon, 13 Apr 2020 11:14:07 +0000 (12:14 +0100)
commitf3c044eeed896a8edd2294ef71fdf7355dbd1037
tree6957e57ea2a1e2a60faea29d03e17525b6ae1317
parent21d096239cda48b8c1d1c84b3d66e8de93bfb8a7
more: target all standard streams when calling fflush()

If streams need to be flushed do not try to be clever, just flush all of
them.  That lead to finding unnecessary print out in run_shell() that is
removed in this commit.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
text-utils/more.c