projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e47a7f
)
(re_match_2) <anychar>: In unibyte case, set buf_ch as unsigned.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 7 Apr 1998 04:07:58 +0000
(
04:07
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 7 Apr 1998 04:07:58 +0000
(
04:07
+0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index 2421f5a884f9d169b83ccb9c7fe097c283caa553..29928e9dfc2ea86c271373cb35d12ff892e1f508 100644
(file)
--- a/
regex.c
+++ b/
regex.c
@@
-4555,7
+4555,7
@@
re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop)
else
#endif /* not emacs */
{
- buf_ch = *d;
+ buf_ch =
(unsigned char)
*d;
buf_charlen = 1;
}