Skip to content

Commit

Permalink
DIRECTOR: Fix warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jul 7, 2020
1 parent 18ce56f commit 1c2f2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/director/archive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ bool RIFXArchive::openStream(Common::SeekableReadStream *stream, uint32 startOff
stream->read(data, len);

if (!out.open(filename, true)) {
warning("MacResManager::dumpRaw(): Can not open dump file %s", filename.c_str());
warning("RIFXArchive::openStream(): Can not open dump file %s", filename.c_str());
break;
}

Expand Down

0 comments on commit 1c2f2b9

Please sign in to comment.