fixed line length for function toString

This commit is contained in:
rogerl%netscape.com 2003-05-30 06:56:17 +00:00
parent 36b17e53e7
commit 82d4fe75cf

@ -194,7 +194,7 @@ namespace MetaData {
break;
}
StringFormatter sFmt;
PrettyPrinter pp(sFmt);
PrettyPrinter pp(sFmt, 80);
fnDef->print(pp, NULL, true);
pp.end();
fnInst->sourceText = engine->allocStringPtr(&sFmt.getString());