Renamed FSNode::openForReading / openForWriting to createReadStream / createWriteStream, again to make ownership of the returned stream clear
svn-id: r36014
This commit is contained in:
parent
e4b013f616
commit
8f16458e9b
30 changed files with 85 additions and 85 deletions
|
@ -1381,7 +1381,7 @@ ZipArchive::ZipArchive(const Common::String &name) {
|
|||
}
|
||||
|
||||
ZipArchive::ZipArchive(const Common::FSNode &node) {
|
||||
SeekableReadStream *stream = node.openForReading();
|
||||
SeekableReadStream *stream = node.createReadStream();
|
||||
_zipFile = unzOpen(stream);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue