VirtualBox

Ignore:
Timestamp:
Dec 20, 2009 11:28:22 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56203
Message:

rtR0AssertNativeMsg2V: fixes all over the place.

File:
1 edited

Legend:

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

    r25528 r25530  
    5656void rtR0AssertNativeMsg2V(const char *pszFormat, va_list va)
    5757{
    58     va_list va;
    59     char    szMsg[256];
     58    char szMsg[256];
    6059
    61     va_start(va, pszFormat);
    6260    RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va);
    6361    szMsg[sizeof(szMsg) - 1] = '\0';
    64     va_end(va);
    6562    uprintf("%s", szMsg);
    6663}
Note: See TracChangeset for help on using the changeset viewer.

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