mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
This just slows down
This commit is contained in:
parent
12b490a515
commit
1e0381b163
@ -54,9 +54,12 @@ namespace FileSystem
|
||||
size_t size = getsize(header->size);
|
||||
FileSystemNode *node = nullptr;
|
||||
|
||||
if (!isempty((char *)header->name))
|
||||
KPrint("Adding file \e88AACC%s\eCCCCCC (\e88AACC%lu \eCCCCCCbytes)", header->name, size);
|
||||
else
|
||||
// if (!isempty((char *)header->name))
|
||||
// KPrint("Adding file \e88AACC%s\eCCCCCC (\e88AACC%lu \eCCCCCCbytes)", header->name, size);
|
||||
// else
|
||||
// goto NextFileAddress;
|
||||
|
||||
if (isempty((char *)header->name))
|
||||
goto NextFileAddress;
|
||||
|
||||
node = vfs->Create(nullptr, header->name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user