diff options
Diffstat (limited to 'src/regex.c')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regex.c b/src/regex.c index 4a590509be7..86f7545d7b1 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -2795,6 +2795,8 @@ re_compile_fastmap (bufp) | |||
| 2795 | path_can_be_null = true; | 2795 | path_can_be_null = true; |
| 2796 | 2796 | ||
| 2797 | p = fail_stack.stack[--fail_stack.avail]; | 2797 | p = fail_stack.stack[--fail_stack.avail]; |
| 2798 | |||
| 2799 | continue; | ||
| 2798 | } | 2800 | } |
| 2799 | else | 2801 | else |
| 2800 | break; | 2802 | break; |