diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-24 20:49:30 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-24 20:49:30 +0100 |
| commit | a69dc6b982be67156ba4273b37a87c9e03a54b2c (patch) | |
| tree | 6e6c84c58d06a663bb23c3a3d8be36ed9cc51197 /dev/Boot/BootKit | |
| parent | 9ff5f391e7d7630c3b03faeba34696efa47f37a7 (diff) | |
IMPL: NeFS doesn't store full path now in catalog name.
IMPL: HPFS defining data structures.
META: Ran format command for project.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/BootKit')
| -rw-r--r-- | dev/Boot/BootKit/BootKit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Boot/BootKit/BootKit.h b/dev/Boot/BootKit/BootKit.h index 12018048..4e85ace9 100644 --- a/dev/Boot/BootKit/BootKit.h +++ b/dev/Boot/BootKit/BootKit.h @@ -205,7 +205,7 @@ namespace Boot /// @brief File entry for **BDiskFormatFactory**. struct BFileDescriptor final { - Char fFileName[kNeFSNodeNameLen]; + Char fFileName[kNeFSCatalogNameLen]; Int32 fKind; }; |
