Changeset 34495 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Nov 30, 2010 10:12:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/manifest3.cpp
r34435 r34495 471 471 PRTMANIFESTPTIOS pThis = (PRTMANIFESTPTIOS)RTVfsIoStreamToPrivate(hVfsPtIos, &g_rtManifestPassthruIosOps); 472 472 AssertReturn(pThis, VERR_INVALID_HANDLE); 473 AssertReturn( pThis->fAddedEntry, VERR_WRONG_ORDER);473 AssertReturn(!pThis->fAddedEntry, VERR_WRONG_ORDER); 474 474 475 475 pThis->fAddedEntry = true;
Note:
See TracChangeset
for help on using the changeset viewer.