X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fanalyzer.cpp;h=eaf017be6753e29ee935a5dbab698e605b41a08c;hb=0dd3d23846e7fdb729359a57d3f4b190f65aed55;hp=7ea1fff8c58aa0d1dbcb2e25ffca4e93b1d68e3e;hpb=69cdee2c53972c1dd7e1b9d83ddcd8f6c3c589f7;p=builder.git diff --git a/source/analyzer.cpp b/source/analyzer.cpp index 7ea1fff..eaf017b 100644 --- a/source/analyzer.cpp +++ b/source/analyzer.cpp @@ -137,7 +137,7 @@ void Analyzer::print_table() const { if(j>0) line += " "; - line += lexical_cast((*i)[j], Fmt("%-s").width(col_width[j])); + line += lexical_cast((*i)[j], Fmt("%-s").width(col_width[j])); } IO::print("%s\n", line); }