COMMON: Remove vfprintf call from XML parser
This commit is contained in:
parent
ac1c2124e5
commit
a6e5b97e9f
5 changed files with 35 additions and 43 deletions
|
@ -274,7 +274,7 @@ protected:
|
|||
* Parser error always returns "false" so we can pass the return value
|
||||
* directly and break down the parsing.
|
||||
*/
|
||||
bool parserError(const char *errorString, ...) GCC_PRINTF(2, 3);
|
||||
bool parserError(const Common::String &errStr);
|
||||
|
||||
/**
|
||||
* Skips spaces/whitelines etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue