diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-22 17:14:09 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-22 17:14:09 +0000 |
commit | 7b3863986db26f959040db45c52aec5e41ce2a5e (patch) | |
tree | 0b6bfbc9e3140eda3c6f8f4896b65ed7dd1d7569 /miscutils | |
parent | b22a8059cb8f804c77f302fa90b64c25d5513db1 (diff) | |
download | busybox-7b3863986db26f959040db45c52aec5e41ce2a5e.tar.gz |
last: trim format string a bit
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/last_fancy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/last_fancy.c b/miscutils/last_fancy.c index 0ad2b9245..03df8dcdd 100644 --- a/miscutils/last_fancy.c +++ b/miscutils/last_fancy.c @@ -7,7 +7,7 @@ * 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", \ INET_ADDRSTRLEN, INET_ADDRSTRLEN, "HOST", "LOGIN", " TIME", "" #define HEADER_LINE_WIDE "USER", "TTY", \ |