Changeset 23846 in webkit for trunk/JavaScriptCore/pcre/pcre_compile.c
- Timestamp:
- Jun 27, 2007, 11:53:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre_compile.c
r21200 r23846 2193 2193 int chartype; 2194 2194 int othercase; 2195 if (_pcre_ucp_findchar(c, &chartype, &othercase) >= 0&&2195 if (_pcre_ucp_findchar(c, &chartype, &othercase) == ucp_L && 2196 2196 othercase > 0) 2197 2197 {
Note:
See TracChangeset
for help on using the changeset viewer.