X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanalyzer.cpp;fp=source%2Fanalyzer.cpp;h=eaf017be6753e29ee935a5dbab698e605b41a08c;hb=a6d467d13a8fc69a508d4d0698885fc0c627d11d;hp=7ea1fff8c58aa0d1dbcb2e25ffca4e93b1d68e3e;hpb=59fb5f786c07013f4c0c15800b8009f83b3f63ed;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); }