VirtualBox

Changeset 43876 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Nov 15, 2012 1:44:09 PM (12 years ago)
Author:
vboxsync
Message:

fixed a few format specifier bugs

Location:
trunk/src/VBox/HostDrivers/Support/testcase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/testcase/tstLow.cpp

    r38636 r43876  
    8181                        if (*pu8 != (uint8_t)iPage)
    8282                        {
    83                             RTPrintf("tstLow: error: invalid page content %02x != %02x. iPage=%p off=%#x\n",
     83                            RTPrintf("tstLow: error: invalid page content %02x != %02x. iPage=%u off=%#x\n",
    8484                                     *pu8, (uint8_t)iPage, iPage, (uintptr_t)pu8 & PAGE_OFFSET_MASK);
    8585                            rcRet++;
  • trunk/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp

    r40812 r43876  
    102102
    103103            case 'h':
    104                 RTPrintf("%s [mod1 [mod2...]]\n");
     104                RTPrintf("%s [mod1 [mod2...]]\n", argv[0]);
    105105                return 1;
    106106
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