diff options
Diffstat (limited to 'dev/Kernel/FSKit')
| -rw-r--r-- | dev/Kernel/FSKit/NeFS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/FSKit/NeFS.h b/dev/Kernel/FSKit/NeFS.h index c80bc1c7..5c62f0c2 100644 --- a/dev/Kernel/FSKit/NeFS.h +++ b/dev/Kernel/FSKit/NeFS.h @@ -323,7 +323,7 @@ namespace Kernel NFS_CATALOG_STRUCT* mNode{nullptr}; public: - explicit NeFileSystemJournal(const char* stamp = "/System" kNeFSJournalExt) + explicit NeFileSystemJournal(const char* stamp = nullptr) { if (!stamp) { |
