aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/search.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search.c b/src/search.c
index 285bb92c37b..239957e1552 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1209,6 +1209,7 @@ search_buffer (string, pos, pos_byte, lim, lim_byte, n,
1209 if (RE && *base_pat == '\\') 1209 if (RE && *base_pat == '\\')
1210 { 1210 {
1211 len--; 1211 len--;
1212 raw_pattern_size--;
1212 len_byte--; 1213 len_byte--;
1213 base_pat++; 1214 base_pat++;
1214 } 1215 }