VirtualBox

Ignore:
Timestamp:
Sep 6, 2013 7:18:56 AM (11 years ago)
Author:
vboxsync
Message:

GuestHost: typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp

    r48325 r48341  
    108108    if (!RT_SUCCESS(rc))
    109109    {
    110         crWarning("CrBltEnter failed, rc %d");
     110        crWarning("CrBltEnter failed, rc %d", rc);
    111111        return rc;
    112112    }
     
    644644        if (!RT_SUCCESS(rc))
    645645        {
    646             crWarning("Failed to use no-alpha program rc!, falling back to default blit", rc);
     646            crWarning("Failed to use no-alpha program rc %d!, falling back to default blit", rc);
    647647            pBlitter->pfnBlt(pBlitter, pSrc, paSrcRects, pDstSize, paDstRects, cRects, fFlags);
    648648            return;
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