Ignore:
Timestamp:
Jul 6, 2010, 8:47:05 AM (15 years ago)
Author:
[email protected]
Message:

Update comment in StringExtras.h to be more accurate.

Reviewed by Darin Adler

  • wtf/StringExtras.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/StringExtras.h

    r62457 r62550  
    6666}
    6767
    68 // Work around a bug in Microsoft's implementation of vsnprintf, where
    69 // 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.
    7070#define vsnprintf(buffer, count, format, args) wtf_vsnprintf(buffer, count, format, args)
    7171
Note: See TracChangeset for help on using the changeset viewer.