VirtualBox

Changeset 3705 in vbox for trunk/src


Ignore:
Timestamp:
Jul 19, 2007 12:24:50 AM (18 years ago)
Author:
vboxsync
Message:

RTStrPrintfV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c

    r3680 r3705  
    6868
    6969    va_start(va, pszFormat);
    70     RTStrPrintf(szMsg, sizeof(szMsg) - 1, pszFormat, va);
     70    RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va);
    7171    szMsg[sizeof(szMsg) - 1] = '\0';
     72    va_end(va);
    7273    printf("%s", szMsg);
    73     va_end(va);
    7474}
    7575
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette