aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin.c b/builtin.c
index 18c01f6e..1eb2e3eb 100644
--- a/builtin.c
+++ b/builtin.c
@@ -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)