Mercurial > emacs
diff src/regex.c @ 2078:4bf349812f55
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Tue, 09 Mar 1993 17:03:08 +0000 |
| parents | 4ec7bd2fbf55 |
| children | 944c0ecde8b1 |
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++])
