diff options
Diffstat (limited to 'builtin.c')
-rw-r--r-- | builtin.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -943,7 +943,7 @@ check_pos: *cur = get_number_si(arg); if (*cur < 0 && cur == &fw) { *cur = -*cur; - lj++; + lj = true; } if (cur == &prec) { if (*cur >= 0) @@ -970,7 +970,7 @@ check_pos: goto retry; } fill = sp; /* if left justified then other */ - lj++; /* filling is ignored */ + lj = true; /* filling is ignored */ goto check_pos; case '.': if (cur != &fw) |