X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fcurs_lib.c;h=510eccf24e605893ba127fb9afb74d54574a4755;hb=33d7570d66fa131d801880a7786c8303cd867aaf;hp=81a817bfd09ba749cc2dea98cb5663e9e0dc3b37;hpb=f3cbb9f51357972f6e74244494236a41dc4d84cd;p=apps%2Fmadmutt.git diff --git a/lib-ui/curs_lib.c b/lib-ui/curs_lib.c index 81a817b..510eccf 100644 --- a/lib-ui/curs_lib.c +++ b/lib-ui/curs_lib.c @@ -279,7 +279,7 @@ void mutt_curses_error (const char *fmt, ...) } void mutt_progress_bar (progress_t* progress, long pos) { - char posstr[SHORT_STRING]; + char posstr[STRING]; if (!pos) { if (!NetInc)