]> granicus.if.org Git - neomutt/commitdiff
Fix justification of number formats. (EGE)
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 17 Aug 2000 06:02:02 +0000 (06:02 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 17 Aug 2000 06:02:02 +0000 (06:02 +0000)
hdrline.c

index 8447655c2d4df431743a1971a5040f2e2920f26f..22a104f69c0250480a1d9f51a9e4e180bcd872dd 100644 (file)
--- 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;