aboutsummaryrefslogtreecommitdiffstats
path: root/field.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-09-18 15:00:36 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-09-18 15:00:36 +0300
commit87b62ccaaf45062723a35a4ec222140cd3bfac98 (patch)
treeb881d8b99e903b9ecf64bdeb614d746854ae067a /field.c
parent2e4243589bf5d644129d949d1b1a20ef018d9516 (diff)
parentf77a86185dc4cef5e9f26dc93ee94acab37fdd23 (diff)
downloadegawk-87b62ccaaf45062723a35a4ec222140cd3bfac98.tar.gz
egawk-87b62ccaaf45062723a35a4ec222140cd3bfac98.tar.bz2
egawk-87b62ccaaf45062723a35a4ec222140cd3bfac98.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'field.c')
-rw-r--r--field.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/field.c b/field.c
index b6840b08..4561e3a0 100644
--- a/field.c
+++ b/field.c
@@ -1521,9 +1521,8 @@ fpat_parse_field(long up_to, /* parse only up to this field number */
if (in_middle) {
regex_flags |= RE_NO_BOL;
- non_empty = rp->non_empty;
- } else
- non_empty = false;
+ }
+ non_empty = rp->non_empty;
eosflag = false;
need_to_set_sep = true;