ls: omit some unnecessary NULs
commit8121021d0592c9dcac6b5e70d7632e5ca483b3a5
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Oct 2024 20:35:50 +0000 (1 13:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Oct 2024 06:03:04 +0000 (2 23:03 -0700)
tree2d0783e5b8a9ef53e55e0d46a2979afbd61ec13f
parentec0fe0d2b84c041edae97bfd291757e9d62b7fff
ls: omit some unnecessary NULs

* src/ls.c (BIN_STR): New macro, replacing LEN_STR_PAIR.
All uses changed.  This avoids the need to store the
trailing \0 in each string.  This change is more for clarity,
to make it clear the \0 is not needed.
src/ls.c