aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.cpp b/common/file.cpp
index 0d760cb509..6228c6640b 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -166,7 +166,7 @@ bool DumpFile::open(const String &filename, bool createPath) {
delete node;
continue;
}
- if (!node->create(true)) warning("DumpFile: unable to create directories from path prefix");
+ if (!node->createDirectory()) warning("DumpFile: unable to create directories from path prefix");
delete node;
}
}