VirtualBox

Changeset 43526 in vbox


Ignore:
Timestamp:
Oct 3, 2012 12:20:28 PM (12 years ago)
Author:
vboxsync
Message:

Stupid bug in debug output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r42416 r43526  
    44174417    for (i = 0; i < 0x10; ++i)
    44184418    {
    4419         pHlp->pfnPrintf(pHlp, " %02X", i, s->ar[i]);
     4419        pHlp->pfnPrintf(pHlp, " %02X", s->ar[i]);
    44204420    }
    44214421    pHlp->pfnPrintf(pHlp, "\n");
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