VirtualBox

Changeset 69036 in vbox


Ignore:
Timestamp:
Oct 11, 2017 10:18:22 AM (7 years ago)
Author:
vboxsync
Message:

bugref:9014. Fixed the error from changeset r110635.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VMDK.cpp

    r68787 r69036  
    56455645
    56465646    /* Check arguments. */
    5647     AssertReturn((   !pImage
    5648                   || (pImage->uImageFlags & VD_VMDK_IMAGE_FLAGS_RAWDISK)
    5649                   || !VALID_PTR(pszFilename)
    5650                   || !*pszFilename), VERR_INVALID_PARAMETER);
     5647    AssertReturn((   pImage
     5648                  && VALID_PTR(pszFilename)
     5649                  && *pszFilename),
     5650                  && !(pImage->uImageFlags & VD_VMDK_IMAGE_FLAGS_RAWDISK)), VERR_INVALID_PARAMETER);
    56515651
    56525652    int rc = vmdkRenameStatePrepare(pImage, &RenameState, pszFilename);
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