svn commit: trunk/busybox/miscutils

vda at busybox.net vda at busybox.net
Thu May 22 17:14:10 UTC 2008


Author: vda
Date: 2008-05-22 10:14:09 -0700 (Thu, 22 May 2008)
New Revision: 22048

Log:
last: trim format string a bit



Modified:
   trunk/busybox/miscutils/last_fancy.c


Changeset:
Modified: trunk/busybox/miscutils/last_fancy.c
===================================================================
--- trunk/busybox/miscutils/last_fancy.c	2008-05-22 16:21:02 UTC (rev 22047)
+++ trunk/busybox/miscutils/last_fancy.c	2008-05-22 17:14:09 UTC (rev 22048)
@@ -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", \




More information about the busybox-cvs mailing list