mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-12-13 14:36:00 +00:00
last: trim format string a bit
This commit is contained in:
parent
b22a8059cb
commit
7b3863986d
@ -7,7 +7,7 @@
|
|||||||
* Licensed under the GPLv2 or later, see the file LICENSE in this tarball.
|
* Licensed under the GPLv2 or later, see the file LICENSE in this tarball.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define HEADER_FORMAT "%-8.8s %-12.12s %-*.*s %-16.16s %-7.7s %-12.12s\n"
|
#define HEADER_FORMAT "%-8.8s %-12.12s %-*.*s %-16.16s %-7.7s %s\n"
|
||||||
#define HEADER_LINE "USER", "TTY", \
|
#define HEADER_LINE "USER", "TTY", \
|
||||||
INET_ADDRSTRLEN, INET_ADDRSTRLEN, "HOST", "LOGIN", " TIME", ""
|
INET_ADDRSTRLEN, INET_ADDRSTRLEN, "HOST", "LOGIN", " TIME", ""
|
||||||
#define HEADER_LINE_WIDE "USER", "TTY", \
|
#define HEADER_LINE_WIDE "USER", "TTY", \
|
||||||
|
Loading…
Reference in New Issue
Block a user