mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +00:00
parent
0558c74e30
commit
4ab2ff95ce
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ static bool print_filesystem_object(const String& path, const String& name, cons
|
|||
else
|
||||
printf("%c", st.st_mode & S_IXOTH ? 'x' : '-');
|
||||
|
||||
printf(" %u", st.st_nlink);
|
||||
printf(" %3u", st.st_nlink);
|
||||
|
||||
auto username = users.get(st.st_uid);
|
||||
if (!flag_print_numeric && username.has_value()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue