diff options
Diffstat (limited to 'gui/massadd.cpp')
-rw-r--r-- | gui/massadd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/massadd.cpp b/gui/massadd.cpp index 91c1b6c459..266226161a 100644 --- a/gui/massadd.cpp +++ b/gui/massadd.cpp @@ -106,7 +106,7 @@ MassAddDialog::MassAddDialog(const Common::FSNode &startDir) } #endif - Common::String path(iter->_value.get("path")); + Common::String path(iter->_value.getVal("path")); // Remove trailing slash, so that "/foo" and "/foo/" match. // This works around a bug in the POSIX FS code (and others?) // where paths are not normalized (so FSNodes refering to identical |