summaryrefslogtreecommitdiffstats
path: root/hdrline.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-08-17 06:02:02 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-08-17 06:02:02 +0000
commit2f4ce08dca310c9b304bf8f806324ba0ab30a022 (patch)
tree02ae2922abce582c0be698851324859c328c2cf0 /hdrline.c
parent67b488ae7a823dfd309b574e9b1dc580c4558e1e (diff)
Fix justification of number formats. (EGE)
Diffstat (limited to 'hdrline.c')
-rw-r--r--hdrline.c2
1 files changed, 1 insertions, 1 deletions
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;