Changeset 14140 in webkit for trunk/JavaScriptCore/kxmlcore/Assertions.cpp
- Timestamp:
- May 1, 2006, 1:49:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kxmlcore/Assertions.cpp
r14004 r14140 44 44 { 45 45 #if PLATFORM(MAC) 46 if ( !strstr(format, "%@")) {46 if (strstr(format, "%@")) { 47 47 CFStringRef cfFormat = CFStringCreateWithCString(NULL, format, kCFStringEncodingUTF8); 48 48 CFStringRef str = CFStringCreateWithFormatAndArguments(NULL, NULL, cfFormat, args);
Note:
See TracChangeset
for help on using the changeset viewer.