From a69dc6b982be67156ba4273b37a87c9e03a54b2c Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 24 Feb 2025 20:49:30 +0100 Subject: 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 --- dev/Kernel/HALKit/AMD64/HalDebugOutput.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Kernel/HALKit/AMD64/HalDebugOutput.cc') diff --git a/dev/Kernel/HALKit/AMD64/HalDebugOutput.cc b/dev/Kernel/HALKit/AMD64/HalDebugOutput.cc index ba4e4a7c..d5a1f327 100644 --- a/dev/Kernel/HALKit/AMD64/HalDebugOutput.cc +++ b/dev/Kernel/HALKit/AMD64/HalDebugOutput.cc @@ -84,7 +84,7 @@ namespace NeOS static int x = kFontSizeX, y = kFontSizeY; - static BOOL not_important = NO; + static BOOL not_important = YES; while (index < len) { -- cgit v1.2.3