- XMLParser: Improved file stream support
- InterfaceManager: Config file loading/parsing added. - ThemeParser: Fixed GCC warnings/various bugs. svn-id: r32792
This commit is contained in:
parent
7fd6b3916f
commit
73d5715a79
5 changed files with 70 additions and 8 deletions
|
@ -148,6 +148,9 @@ bool XMLParser::parseKeyValue(Common::String keyName) {
|
|||
|
||||
bool XMLParser::parse() {
|
||||
|
||||
if (_text.ready() == false)
|
||||
return parserError("XML stream not ready for reading.");
|
||||
|
||||
bool activeClosure = false;
|
||||
bool selfClosure = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue