From 837232227c7aeb9157bcb2e60c9b2074a1758af1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 Jun 2004 06:49:42 +0000 Subject: (print_line): Don't truncate user names at 8 bytes. Problem reported by Guido Leenders in: http://lists.gnu.org/archive/html/bug-coreutils/2004-06/msg00056.html --- src/who.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/who.c b/src/who.c index 0de01829f..554ae1656 100644 --- a/src/who.c +++ b/src/who.c @@ -272,7 +272,7 @@ print_line (const char *user, const char state, const char *line, *x_exitstr = '\0'; err = asprintf (&buf, - "%-8.8s" + "%-8s" "%s" " %-12s" " %-12s" -- cgit v1.2.3-70-g09d2