mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 06:48:49 +00:00
Make VFS host build work again.
This commit is contained in:
parent
39fa1eb2c2
commit
7580ac576f
Notes:
sideshowbarker
2024-07-19 18:47:01 +09:00
Author: https://github.com/awesomekling
Commit: 7580ac576f
3 changed files with 5 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue