Changeset 25530 in vbox for trunk/src/VBox/Runtime/r0drv/os2
- Timestamp:
- Dec 20, 2009 11:28:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp
r25528 r25530 84 84 #endif 85 85 86 va_start(va, pszFormat);87 86 size_t cch = g_cchRTAssertMsg; 88 87 char *pch = &g_szRTAssertMsg[cch]; 89 88 cch += RTStrFormatV(rtR0Os2AssertOutputCB, &pch, NULL, NULL, pszFormat, va); 90 89 g_cchRTAssertMsg = cch; 91 va_end(va);92 90 } 93 91
Note:
See TracChangeset
for help on using the changeset viewer.