]> diplodocus.org Git - nmh/blobdiff - uip/mhlistsbr.c
Fix up a few warnings and problems.
[nmh] / uip / mhlistsbr.c
index fe3d069627036d9df32857879cb7cb3932a2bbb1..3c36871006bc624223df96dedabf1375f8bd3224 100644 (file)
@@ -44,14 +44,14 @@ static int list_encoding (CT);
 /*
  * various formats for -list option
  */
-#define        LSTFMT1         "%4s %-5s %-24s %5s %-36s\n"
+#define        LSTFMT1         "%4s %-5s %-24s %5s %s\n"
 #define        LSTFMT2a        "%4d "
 #define        LSTFMT2b        "%-5s %-24.24s "
 #define        LSTFMT2c1       "%5lu"
 #define        LSTFMT2c2       "%4lu%c"
 #define        LSTFMT2c3       "huge "
 #define        LSTFMT2c4       "     "
-#define        LSTFMT2d1       " %-36.36s"
+#define        LSTFMT2d1       " %.36s"
 #define        LSTFMT2d2       "\t     %-65.65s\n"