]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tail: fix SEEK_END typo
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Jul 2025 15:31:38 +0000 (08:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Aug 2025 02:48:04 +0000 (19:48 -0700)
commit468f82115066dcd34f64148e165461359b2a0ee9
tree3f50994679b7db1cd932b744aaba4c22d2b56235
parentc667ca229f3bed2b6d2ea16312f607d8d385e4c3
tail: fix SEEK_END typo

* src/tail.c (tail_lines): Fix embarrassing SEEK_END typo.
Luckily this matters only in never-used (though valid) invocations.
NEWS
src/tail.c