diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-09-18 15:00:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-09-18 15:00:36 +0300 |
commit | 87b62ccaaf45062723a35a4ec222140cd3bfac98 (patch) | |
tree | b881d8b99e903b9ecf64bdeb614d746854ae067a /field.c | |
parent | 2e4243589bf5d644129d949d1b1a20ef018d9516 (diff) | |
parent | f77a86185dc4cef5e9f26dc93ee94acab37fdd23 (diff) | |
download | egawk-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.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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; |