VirtualBox

Changeset 25530 in vbox for trunk/src/VBox/Runtime/r0drv/os2


Ignore:
Timestamp:
Dec 20, 2009 11:28:22 PM (15 years ago)
Author:
vboxsync
Message:

rtR0AssertNativeMsg2V: fixes all over the place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp

    r25528 r25530  
    8484#endif
    8585
    86     va_start(va, pszFormat);
    8786    size_t cch = g_cchRTAssertMsg;
    8887    char *pch = &g_szRTAssertMsg[cch];
    8988    cch += RTStrFormatV(rtR0Os2AssertOutputCB, &pch, NULL, NULL, pszFormat, va);
    9089    g_cchRTAssertMsg = cch;
    91     va_end(va);
    9290}
    9391
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