Changeset 14457 in webkit for trunk/JavaScriptCore/pcre/pcre_exec.c
- Timestamp:
- May 17, 2006, 9:15:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre_exec.c
r12069 r14457 1952 1952 GETUTF8CHARLEN(fc, ecode, length); 1953 1953 { 1954 int utf16Length; / / don't initialize on this line as workaround for Win32 compile problem1954 int utf16Length; /* don't initialize on this line as workaround for Win32 compile problem */ 1955 1955 utf16Length = fc > 0xFFFF ? 2 : 1; 1956 1956 if (min * utf16Length > md->end_subject - eptr) RRETURN(MATCH_NOMATCH);
Note:
See TracChangeset
for help on using the changeset viewer.