aboutsummaryrefslogtreecommitdiff
path: root/common/unarj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/unarj.cpp')
-rw-r--r--common/unarj.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/unarj.cpp b/common/unarj.cpp
index e69869a720..4a969a6ef0 100644
--- a/common/unarj.cpp
+++ b/common/unarj.cpp
@@ -350,7 +350,7 @@ bool ArjFile::open(const Common::String &filename) {
error("Attempt to open another instance of archive");
if (_fallBack) {
- _uncompressed = SearchMan.openFile(filename);
+ _uncompressed = SearchMan.createReadStreamForMember(filename);
if (_uncompressed)
return true;
}