aboutsummaryrefslogtreecommitdiffstats
path: root/field.c
diff options
context:
space:
mode:
Diffstat (limited to 'field.c')
-rw-r--r--field.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/field.c b/field.c
index 38105745..a3be9773 100644
--- a/field.c
+++ b/field.c
@@ -1150,7 +1150,7 @@ set_FIELDWIDTHS()
if (FIELDWIDTHS == NULL) {
emalloc(FIELDWIDTHS, awk_fieldwidth_info_t *, awk_fieldwidth_info_size(fw_alloc), "set_FIELDWIDTHS");
- FIELDWIDTHS->use_chars = true;
+ FIELDWIDTHS->use_chars = awk_true;
}
FIELDWIDTHS->nf = 0;
for (i = 0; ; i++) {