mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ upd: Oniguruma bugfix (2020-03-02)
This commit is contained in:
parent
292db87d84
commit
8064ff9d9c
@ -4559,7 +4559,7 @@ onig_regset_search_with_param(OnigRegSet* set,
|
||||
if (start > end || start < str) goto mismatch_no_msa;
|
||||
if (str < end) {
|
||||
/* forward search only */
|
||||
if (range <= start)
|
||||
if (range < start)
|
||||
return ONIGERR_INVALID_ARGUMENT;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user