fix bug spotted by Brian Wang.

SVN revision: 43793
This commit is contained in:
Gustavo Sverzut Barbieri 2009-11-19 00:38:34 +00:00
parent a58a7624c0
commit 8a668562b4
1 changed files with 2 additions and 0 deletions

View File

@ -2718,6 +2718,8 @@ _escaped_char_match(const char *s, int *adv)
escape = map_itr;
_advance_after_end_of_string(&map_itr);
if (map_itr >= map_end) break;
mc = map_itr;
sc = s;
match = 1;