Renamed Archive::openFile to createReadStreamForMember
svn-id: r36021
This commit is contained in:
parent
9861afd8fd
commit
14c5bbbccf
21 changed files with 47 additions and 47 deletions
|
@ -252,7 +252,7 @@ bool VirtualKeyboardParser::parserCallback_layout(ParserNode *node) {
|
|||
|
||||
_mode->bitmapName = node->values["bitmap"];
|
||||
|
||||
SeekableReadStream *file = _keyboard->_fileArchive->openFile(_mode->bitmapName);
|
||||
SeekableReadStream *file = _keyboard->_fileArchive->createReadStreamForMember(_mode->bitmapName);
|
||||
if (!file)
|
||||
return parserError("Bitmap '%s' not found", _mode->bitmapName.c_str());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue