Rocco Rutte:
[apps/madmutt.git] / curs_lib.c
index d62d651..76388f4 100644 (file)
@@ -727,7 +727,7 @@ void mutt_paddstr (int n, const char *s)
     {
       if (w > n)
         break;
-      addnstr ((char *)s, 1);
+      addnstr ((char *)s, k);
       n -= w;
     }
   }