- Timestamp:
- May 3, 2010 11:54:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_typelib.c
r28966 r28970 418 418 strlen(timestr); 419 419 #ifdef VBOX 420 annotation_len++; /* terminating '\0' */ 420 /* note that '%s' is contained two times in annotation_format and both 421 * format specifiers are replaced by a string. So in fact we reserve 4 422 * bytes minus one byte (for the terminating '\0') more than necessary. */ 421 423 #endif 422 424 for (i = 0; i < HEADER(state)->num_interfaces; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.