diff options
Diffstat (limited to 'src/kernel/KernelKit/DeviceMgr.h')
| -rw-r--r-- | src/kernel/KernelKit/DeviceMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/DeviceMgr.h b/src/kernel/KernelKit/DeviceMgr.h index bea5908c..958c882c 100644 --- a/src/kernel/KernelKit/DeviceMgr.h +++ b/src/kernel/KernelKit/DeviceMgr.h @@ -56,7 +56,7 @@ class IDevice { return *this; } - virtual const char* Name() const { return "/devices/null"; } + virtual const char* Name() const { return kDeviceMgrRootDirPath "null"; } operator bool() { return fOut && fIn; } |
