Mercurial > emacs
changeset 2078:4bf349812f55
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 09 Mar 1993 17:03:08 +0000 |
parents | 6885836c2f98 |
children | 51012c0f1227 |
files | src/regex.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/regex.c Tue Mar 09 08:08:52 1993 +0000 +++ b/src/regex.c Tue Mar 09 17:03:08 1993 +0000 @@ -2930,7 +2930,8 @@ inside the loop. */ if (translate) while (range > lim - && !fastmap[(unsigned char) translate[*d++]]) + && !fastmap[(unsigned char) + translate[(unsigned char) *d++]]) range--; else while (range > lim && !fastmap[(unsigned char) *d++])