diff options
Diffstat (limited to 'gui/massadd.cpp')
-rw-r--r-- | gui/massadd.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/massadd.cpp b/gui/massadd.cpp index 642e4c713a..1b1f3f7ff0 100644 --- a/gui/massadd.cpp +++ b/gui/massadd.cpp @@ -155,8 +155,7 @@ void MassAddDialog::handleTickle() { Common::FSList files; if (!dir.getChildren(files, Common::FSNode::kListAll)) { - error("browser returned a node that is not a directory: '%s'", - dir.getPath().c_str()); + continue; } // Run the detector on the dir |