Changeset 62550 in webkit for trunk/JavaScriptCore/wtf/StringExtras.h
- Timestamp:
- Jul 6, 2010, 8:47:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/StringExtras.h
r62457 r62550 66 66 } 67 67 68 // Work around a bugin Microsoft's implementation of vsnprintf, where69 // vsnprintf does not null terminate the buffer 68 // Work around a difference in Microsoft's implementation of vsnprintf, where 69 // vsnprintf does not null terminate the buffer. WebKit can rely on the null termination. 70 70 #define vsnprintf(buffer, count, format, args) wtf_vsnprintf(buffer, count, format, args) 71 71
Note:
See TracChangeset
for help on using the changeset viewer.