Simplify the display() function by getting rid of a useless buffer
authorschwarze <schwarze@openbsd.org>
Sat, 7 Oct 2023 13:29:08 +0000 (13:29 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 7 Oct 2023 13:29:08 +0000 (13:29 +0000)
commit772e31c15284f9f3c896d48f629e8bf45f90de86
treea0ffddaa8f4ad2cf75960a4f2c3c5b795275dc69
parent1302b329055d055ef6e561a837a38be1a8bdef02
Simplify the display() function by getting rid of a useless buffer
on the stack.  No functional change, +8 -15 LOC.

Suggested by and OK millert@.
bin/ls/ls.c