aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/file/search_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/file/search_manager.cpp')
-rw-r--r--engines/zvision/file/search_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/file/search_manager.cpp b/engines/zvision/file/search_manager.cpp
index 1ae1ff71ae..821b85b053 100644
--- a/engines/zvision/file/search_manager.cpp
+++ b/engines/zvision/file/search_manager.cpp
@@ -183,7 +183,7 @@ bool SearchManager::loadZix(const Common::String &name) {
path.deleteChar(0);
if (path.size() && path.hasSuffix("/"))
path.deleteLastChar();
-
+
// Handle paths in case-sensitive file systems (bug #6775)
if (path.size()) {
for (Common::List<Common::String>::iterator it = _dirList.begin(); it != _dirList.end(); ++it) {