Changeset 15352 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Dec 12, 2008 6:08:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp
r13458 r15352 142 142 va_list vaCopy; 143 143 va_copy(vaCopy, va); 144 AssertLogRelMsgFailed(("%N", pszFormat, &vaCopy)); 144 AssertLogRelMsgFailed(("%N", pszFormat, &vaCopy)); /** @todo figure out why this ain't working, or at seems to be that way... */ 145 145 va_end(vaCopy); 146 147 RTLogRelPrintfV(pszFormat, va); 146 148 return rc; 147 149 }
Note:
See TracChangeset
for help on using the changeset viewer.