]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tailf: use size_t and fwrite()
authorKarel Zak <kzak@redhat.com>
Thu, 5 Mar 2015 10:11:53 +0000 (11:11 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 5 Mar 2015 10:11:53 +0000 (11:11 +0100)
commite1f7791c8164eb3aafb6fdb8682ac156b697d2cc
tree5405591c41e398ecd3d83c9091ca0785cf3fa33d
parent46cd5b1767c3ca638a3f9170bfc4463bc83b62b4
tailf: use size_t and fwrite()

Let's use size_t for number of output lines and use fwrite() rather
than while() { putchar() };

Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/tailf.c