COMMON: Remove vfprintf call from XML parser

This commit is contained in:
Max Horn 2011-06-06 00:28:18 +02:00
parent ac1c2124e5
commit a6e5b97e9f
5 changed files with 35 additions and 43 deletions

View file

@ -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.