X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/7594a30eb5ef2059cf4a04773c7ce101378d4fca..bccf459a375af533649be3e8036f5040769cd594:/options.cpp?ds=sidebyside diff --git a/options.cpp b/options.cpp index 1275bcf..b31888f 100644 --- a/options.cpp +++ b/options.cpp @@ -167,6 +167,7 @@ const char* opt_helper::on_off(bool b) const char* opt_helper::descr(const char* str) { descr_str = str; + descr_str.push_back(' '); descr_str.resize(DATA_DESCR_WIDTH, '.'); return descr_str.c_str(); }