mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
Add a "stat" command to test FileHandle::stat().
This commit is contained in:
@@ -263,7 +263,7 @@ void VirtualFileSystem::listDirectory(const String& path)
|
||||
sprintf(buf, "%u, %u", metadata.majorDevice, metadata.minorDevice);
|
||||
printf("%12s ", buf);
|
||||
} else {
|
||||
printf("%12u ", metadata.size);
|
||||
printf("%12lld ", metadata.size);
|
||||
}
|
||||
|
||||
printf("\033[30;1m");
|
||||
|
||||
Reference in New Issue
Block a user