X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstrings%2Ffmt.cpp;h=07484dd61c7fe27d514ee4a325e1d2fe7bbe366d;hb=71be32fe7248a7d2df7dea4e18c5ebd30fd73d4b;hp=ec7a7821bf3d493ca26fcd92458c46d30c3acee6;hpb=967785734be5c3fc6f75da122c2d93ebbb338271;p=libs%2Fcore.git diff --git a/source/strings/fmt.cpp b/source/strings/fmt.cpp index ec7a782..07484dd 100644 --- a/source/strings/fmt.cpp +++ b/source/strings/fmt.cpp @@ -26,6 +26,9 @@ void Fmt::parse(const char *s) break; } + if(align==LEFT) + fillc = ' '; + wd = 0; for(; *f; ++f) {