mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 14:28:49 +00:00
Ext2FS: Fix build with EXT2_DEBUG
This commit is contained in:
parent
274be68102
commit
31d3eac651
Notes:
sideshowbarker
2024-07-19 03:16:26 +09:00
Author: https://github.com/awesomekling
Commit: 31d3eac651
1 changed files with 1 additions and 1 deletions
|
@ -915,7 +915,7 @@ bool Ext2FSInode::write_directory(const Vector<Ext2FSDirectoryEntry>& entries)
|
|||
|
||||
#ifdef EXT2_DEBUG
|
||||
dbg() << "* Inode: " << entry.inode
|
||||
<< ", name_len: " << u16(entry.name_length)
|
||||
<< ", name_len: " << u16(entry.name.length())
|
||||
<< ", rec_len: " << u16(record_length)
|
||||
<< ", file_type: " << u8(entry.file_type)
|
||||
<< ", name: " << entry.name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue