diff options
Diffstat (limited to 'ls.c')
-rw-r--r-- | ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ static void list_single(const char *name, struct stat *info, const char *fullnam | |||
198 | if (*scratch) { | 198 | if (*scratch) { |
199 | fputs(scratch, stdout); | 199 | fputs(scratch, stdout); |
200 | if ( strlen( scratch) <= 8 ) | 200 | if ( strlen( scratch) <= 8 ) |
201 | wr(" ", 8-strlen( scratch)); | 201 | wr(" ", 9-strlen( scratch)); |
202 | } | 202 | } |
203 | else { | 203 | else { |
204 | writenum((long) info->st_uid,(short)8); | 204 | writenum((long) info->st_uid,(short)8); |