From: Thomas Roessler Date: Thu, 17 Aug 2000 06:02:02 +0000 (+0000) Subject: Fix justification of number formats. (EGE) X-Git-Tag: mutt-1-3-8-rel~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f4ce08dca310c9b304bf8f806324ba0ab30a022;p=mutt Fix justification of number formats. (EGE) --- diff --git a/hdrline.c b/hdrline.c index 8447655c..22a104f6 100644 --- a/hdrline.c +++ b/hdrline.c @@ -234,7 +234,7 @@ static void hdr_format_s (char *dest, const char *prefix, char *s) { - int right_justify = 0; + int right_justify = 1; char *p; int min_width; int max_width = INT_MAX;