aboutsummaryrefslogtreecommitdiff
path: root/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'ls.c')
-rw-r--r--ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ls.c b/ls.c
index 862da4368..78193e7c1 100644
--- a/ls.c
+++ b/ls.c
@@ -198,7 +198,7 @@ static void list_single(const char *name, struct stat *info, const char *fullnam
if (*scratch) {
fputs(scratch, stdout);
if ( strlen( scratch) <= 8 )
- wr(" ", 8-strlen( scratch));
+ wr(" ", 9-strlen( scratch));
}
else {
writenum((long) info->st_uid,(short)8);