head: off_t not uintmax_t for file offset
commit0f9e2719e0dd2366f0381daa832f9415f3162af2
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Aug 2024 01:55:09 +0000 (10 18:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Aug 2024 02:30:01 +0000 (10 19:30 -0700)
tree401b9dac92d4f254d9d6af80df10c04e0ccb75f7
parentad094f20ed26c353003a6df48eabc05ea16df641
head: off_t not uintmax_t for file offset

* src/head.c (elide_tail_lines_pipe):
Use off_t, not uintmax_t, for a local var that is
a file offset.
src/head.c