- Timestamp:
- Jul 19, 2007 12:24:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c
r3680 r3705 68 68 69 69 va_start(va, pszFormat); 70 RTStrPrintf (szMsg, sizeof(szMsg) - 1, pszFormat, va);70 RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va); 71 71 szMsg[sizeof(szMsg) - 1] = '\0'; 72 va_end(va); 72 73 printf("%s", szMsg); 73 va_end(va);74 74 } 75 75
Note:
See TracChangeset
for help on using the changeset viewer.