diff options
| -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 2421f5a884f..29928e9dfc2 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -4555,7 +4555,7 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop) | |||
| 4555 | else | 4555 | else |
| 4556 | #endif /* not emacs */ | 4556 | #endif /* not emacs */ |
| 4557 | { | 4557 | { |
| 4558 | buf_ch = *d; | 4558 | buf_ch = (unsigned char) *d; |
| 4559 | buf_charlen = 1; | 4559 | buf_charlen = 1; |
| 4560 | } | 4560 | } |
| 4561 | 4561 | ||