VirtualBox

Changeset 54984 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 27, 2015 7:42:16 AM (10 years ago)
Author:
vboxsync
Message:

Runtime/manifest: Fixed misused AssertReturnStmt(). Thank you Jung-uk Kim.

File:
1 edited

Legend:

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

    r44529 r54984  
    428428    AssertReturn(cRefs != UINT32_MAX, VERR_INVALID_HANDLE);
    429429    cRefs = RTVfsIoStrmRetain(hVfsIos);
    430     AssertReturnStmt(cRefs != UINT32_MAX, VERR_INVALID_HANDLE, RTManifestRelease(hManifest));
     430    AssertReturnStmt(cRefs != UINT32_MAX, RTManifestRelease(hManifest), VERR_INVALID_HANDLE);
    431431
    432432    /*
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