VirtualBox

Changeset 13083 in vbox for trunk/src/VBox/Runtime/win


Ignore:
Timestamp:
Oct 8, 2008 2:44:25 PM (16 years ago)
Author:
vboxsync
Message:

Runtime: no need to add \n to the end of 'unknown status' error text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/win/errmsgwin.cpp

    r8402 r13083  
    8686     */
    8787    int32_t iMsg = (ASMAtomicIncU32(&g_iUnknownMsgs) - 1) % RT_ELEMENTS(g_aUnknownMsgs);
    88     RTStrPrintf(&g_aszUnknownStr[iMsg][0], sizeof(g_aszUnknownStr[iMsg]), "Unknown Status 0x%X\n", rc);
     88    RTStrPrintf(&g_aszUnknownStr[iMsg][0], sizeof(g_aszUnknownStr[iMsg]), "Unknown Status 0x%X", rc);
    8989    return &g_aUnknownMsgs[iMsg];
    9090}
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