VirtualBox

Changeset 34495 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Nov 30, 2010 10:12:42 AM (14 years ago)
Author:
vboxsync
Message:

Made extension pack installation work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/manifest3.cpp

    r34435 r34495  
    471471    PRTMANIFESTPTIOS pThis = (PRTMANIFESTPTIOS)RTVfsIoStreamToPrivate(hVfsPtIos, &g_rtManifestPassthruIosOps);
    472472    AssertReturn(pThis, VERR_INVALID_HANDLE);
    473     AssertReturn(pThis->fAddedEntry, VERR_WRONG_ORDER);
     473    AssertReturn(!pThis->fAddedEntry, VERR_WRONG_ORDER);
    474474
    475475    pThis->fAddedEntry = true;
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