X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/7594a30eb5ef2059cf4a04773c7ce101378d4fca..64f76efb09b03843be7c9f76c7dc8ad2e01e0095:/options.cpp 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(); }