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 b4f2d8d8049..022ca13eba6 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -6202,7 +6202,7 @@ regexec (preg, string, nmatch, pmatch, eflags) | |||
| 6202 | const regex_t *__restrict preg; | 6202 | const regex_t *__restrict preg; |
| 6203 | const char *__restrict string; | 6203 | const char *__restrict string; |
| 6204 | size_t nmatch; | 6204 | size_t nmatch; |
| 6205 | regmatch_t pmatch[]; | 6205 | regmatch_t pmatch[__restrict_arr]; |
| 6206 | int eflags; | 6206 | int eflags; |
| 6207 | { | 6207 | { |
| 6208 | int ret; | 6208 | int ret; |