diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-12-26 22:55:35 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-12-26 22:55:35 +0200 |
commit | 14828f8fd6f90f711d832f2c4d7120db4bef3770 (patch) | |
tree | 0123ab0c168e16fd571be99181da567df340f354 /dfa.c | |
parent | 0130721d02a7410c3291c4704be69ccc4078ff3e (diff) | |
parent | a32faf6354086864b55755c968f72a90e7e8f0d1 (diff) | |
download | egawk-14828f8fd6f90f711d832f2c4d7120db4bef3770.tar.gz egawk-14828f8fd6f90f711d832f2c4d7120db4bef3770.tar.bz2 egawk-14828f8fd6f90f711d832f2c4d7120db4bef3770.zip |
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'dfa.c')
-rw-r--r-- | dfa.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2967,7 +2967,7 @@ match_mb_charset (struct dfa *d, int s, position pos, int idx) for (i = 0; i<work_mbc->nranges; i++) { if (work_mbc->range_sts[i] <= wc && - wc <= work_mbc->range_ends[i]) + wc <= work_mbc->range_ends[i]) goto charset_matched; } |