aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-07-07 15:46:25 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-07-07 15:46:25 +0300
commit1d8243e10c9e2462adcd72ca34702d33bd896d32 (patch)
treeedf06e7ecaab63a0825616ddd6536e7e4840866e /builtin.c
parentedd9b851e6b5b2219f1edaaef50c5e59733349bc (diff)
parentc8b9f5d5ac4e23a394dc79eccbfb824ddee531ef (diff)
downloadegawk-1d8243e10c9e2462adcd72ca34702d33bd896d32.tar.gz
egawk-1d8243e10c9e2462adcd72ca34702d33bd896d32.tar.bz2
egawk-1d8243e10c9e2462adcd72ca34702d33bd896d32.zip
Merge branch 'master' into feature/fix-comments
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 724be058..b642e648 100644
--- a/builtin.c
+++ b/builtin.c
@@ -965,7 +965,7 @@ check_pos:
*cur = get_number_si(arg);
if (*cur < 0 && cur == &fw) {
*cur = -*cur;
- lj++;
+ lj = true;
}
if (cur == &prec) {
if (*cur >= 0)
@@ -992,7 +992,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)