summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Sources/FileManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/Sources/FileManager.cxx')
-rw-r--r--dev/ZKA/Sources/FileManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/Sources/FileManager.cxx b/dev/ZKA/Sources/FileManager.cxx
index b590ef69..92245f4f 100644
--- a/dev/ZKA/Sources/FileManager.cxx
+++ b/dev/ZKA/Sources/FileManager.cxx
@@ -140,7 +140,7 @@ namespace Kernel
NEWOS_UNUSED(flags);
if ((reinterpret_cast<NFS_CATALOG_STRUCT*>(node))->Kind == kNewFSCatalogKindFile)
- return fImpl->ReadCatalog(reinterpret_cast<NFS_CATALOG_STRUCT*>(node), sz,
+ return fImpl->ReadCatalog(reinterpret_cast<NFS_CATALOG_STRUCT*>(node), (flags & cFileFlagRsrc ? true : false), sz,
name);
return nullptr;