diff options
Diffstat (limited to 'base')
| -rw-r--r-- | base/commandLine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp index b273e50f81..3d826e2fa0 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -562,7 +562,7 @@ static void runDetectorTest() { FilesystemNode dir(path); FSList files; - if (!dir.listDir(files, FilesystemNode::kListAll)) { + if (!dir.getChildren(files, FilesystemNode::kListAll)) { printf(" ... invalid path, skipping\n"); continue; } |
