aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-12-26 22:55:35 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-12-26 22:55:35 +0200
commit14828f8fd6f90f711d832f2c4d7120db4bef3770 (patch)
tree0123ab0c168e16fd571be99181da567df340f354 /dfa.c
parent0130721d02a7410c3291c4704be69ccc4078ff3e (diff)
parenta32faf6354086864b55755c968f72a90e7e8f0d1 (diff)
downloadegawk-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfa.c b/dfa.c
index eeded08e..acd1a947 100644
--- a/dfa.c
+++ b/dfa.c
@@ -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;
}