aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 81b06ff5fe1..3d4346949d1 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -3021,7 +3021,7 @@ re_set_registers (bufp, regs, num_regs, starts, ends)
3021 { 3021 {
3022 bufp->regs_allocated = REGS_UNALLOCATED; 3022 bufp->regs_allocated = REGS_UNALLOCATED;
3023 regs->num_regs = 0; 3023 regs->num_regs = 0;
3024 regs->start = regs->end = (regoff_t) 0; 3024 regs->start = regs->end = (regoff_t *) 0;
3025 } 3025 }
3026} 3026}
3027 3027