Changeset 66368 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Mar 30, 2017 2:10:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp
r66367 r66368 220 220 if (RT_SUCCESS(rc)) 221 221 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) 223 223 RTPrintf("tstLdr-4: internal name #%d failed: %Rrc\n", i, rc); 224 224 }
Note:
See TracChangeset
for help on using the changeset viewer.