There is no output stream so there's nothing to expand.

This commit is contained in:
Roberto Raggi
2009-05-13 18:16:28 +02:00
parent c7e1104ec6
commit 483449e420

View File

@@ -581,7 +581,8 @@ QByteArray Preprocessor::expand(const QByteArray &source)
void Preprocessor::expand(const QByteArray &source, QByteArray *result)
{
_expand(source, result);
if (result)
_expand(source, result);
}
void Preprocessor::expand(const char *first, const char *last, QByteArray *result)