more documentation.
[apps/madmutt.git] / lib-ui / curs_lib.c
index 81a817b..510eccf 100644 (file)
@@ -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)