Changeset 57226 in webkit for trunk/JavaScriptCore/pcre
- Timestamp:
- Apr 7, 2010, 1:32:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre_exec.cpp
r50608 r57226 199 199 while (length-- > 0) { 200 200 int c; 201 if (is print(c = *(p++)))201 if (isASCIIPrintable(c = *(p++))) 202 202 printf("%c", c); 203 203 else if (c < 256)
Note:
See TracChangeset
for help on using the changeset viewer.