VirtualBox

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


Ignore:
Timestamp:
Nov 25, 2010 4:29:32 PM (14 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r34381 r34385  
    184184    if (pThis == NIL_RTMANIFEST)
    185185        return 0;
    186     AssertPtrReturn(pThis, VERR_INVALID_HANDLE);
    187     AssertReturn(pThis->u32Magic == RTMANIFEST_MAGIC, VERR_INVALID_HANDLE);
     186    AssertPtrReturn(pThis, UINT32_MAX);
     187    AssertReturn(pThis->u32Magic == RTMANIFEST_MAGIC, UINT32_MAX);
    188188
    189189    uint32_t cRefs = ASMAtomicDecU32(&pThis->cRefs);
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