mutt stable branch with some hacks

Fix __attribute__((warn_unused_result)) issue in help.c

authored by

David Champion and committed by
Kevin McCarthy
f098ac2d 09dfed3f

+1 -1
+1 -1
help.c
··· 185 185 186 186 static int pad (FILE *f, int col, int i) 187 187 { 188 - char fmt[8]; 188 + char fmt[15]; /* min size to accommodate %%-%ds */ 189 189 190 190 if (col < i) 191 191 {