diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index 41f2cafa539..e83e28dac1e 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -1295,7 +1295,7 @@ typedef struct | |||
| 1295 | { \ | 1295 | { \ |
| 1296 | for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \ | 1296 | for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \ |
| 1297 | { \ | 1297 | { \ |
| 1298 | reg_info[this_reg].word = 0; \ | 1298 | reg_info[this_reg].word.integer = 0; \ |
| 1299 | regend[this_reg] = 0; \ | 1299 | regend[this_reg] = 0; \ |
| 1300 | regstart[this_reg] = 0; \ | 1300 | regstart[this_reg] = 0; \ |
| 1301 | } \ | 1301 | } \ |