mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
Make VFS host build work again.
This commit is contained in:
@@ -267,7 +267,8 @@ void VirtualFileSystem::listDirectory(const String& path)
|
||||
}
|
||||
|
||||
kprintf("\033[30;1m");
|
||||
auto tm = *klocaltime(&metadata.mtime);
|
||||
time_t mtime = metadata.mtime;
|
||||
auto tm = *klocaltime(&mtime);
|
||||
kprintf("%04u-%02u-%02u %02u:%02u:%02u ",
|
||||
tm.tm_year + 1900,
|
||||
tm.tm_mon + 1,
|
||||
|
||||
Reference in New Issue
Block a user