fixed line length for function toString

This commit is contained in:
rogerl%netscape.com 2003-05-30 06:56:17 +00:00
Родитель cce235d98d
Коммит 80ed633d21
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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());