VirtualBox

Changeset 32097 in vbox for trunk/src/VBox/VMM/VM.cpp


Ignore:
Timestamp:
Aug 30, 2010 1:17:09 PM (14 years ago)
Author:
vboxsync
Message:

Broken assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VM.cpp

    r32095 r32097  
    17741774    VM_ASSERT_VALID_EXT_RETURN(pVM, VERR_INVALID_VM_HANDLE);
    17751775    VM_ASSERT_OTHER_THREAD(pVM);
    1776     AssertPtrReturn(pszFilename || pStreamOps, VERR_INVALID_POINTER);
     1776    AssertReturn(VALID_PTR(pszFilename) || pStreamOps, VERR_INVALID_POINTER);
    17771777    AssertReturn(pStreamOps || *pszFilename, VERR_INVALID_PARAMETER);
    17781778    AssertPtrNullReturn(pfnProgress, VERR_INVALID_POINTER);
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