VirtualBox

Changeset 66368 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Mar 30, 2017 2:10:13 PM (8 years ago)
Author:
vboxsync
Message:

tstLdr-4.cpp: oops, build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp

    r66367 r66368  
    220220                if (RT_SUCCESS(rc))
    221221                    RTPrintf("tstLdr-4: internal name #%d: '%s'\n", i, uBuf.szName);
    222                 else if (rc != VERR_NOT_FOUND || rc != VERR_NOT_SUPPORTED)
     222                else if (rc != VERR_NOT_FOUND && rc != VERR_NOT_SUPPORTED)
    223223                    RTPrintf("tstLdr-4: internal name #%d failed: %Rrc\n", i, rc);
    224224            }
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