mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ fix: Oniguruma bugfix (upd: 2020-02.29)
This commit is contained in:
parent
1ed9a06d95
commit
6d15202c7d
@ -8645,10 +8645,9 @@ onig_parse_tree(Node** root, const UChar* pattern, const UChar* end,
|
||||
|
||||
p = (UChar* )pattern;
|
||||
r = parse_regexp(root, &p, (UChar* )end, env);
|
||||
|
||||
#ifdef USE_CALL
|
||||
if (r != 0) return r;
|
||||
|
||||
#ifdef USE_CALL
|
||||
if (env->has_call_zero != 0) {
|
||||
Node* zero_node;
|
||||
r = make_call_zero_body(*root, env, &zero_node);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user