Changeset 54591 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Mar 2, 2015 7:55:29 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98730
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r54430 r54591 5 5 6 6 /* 7 * Copyright (C) 2006-201 4Oracle Corporation7 * Copyright (C) 2006-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 8827 8827 AssertMsg(pDisk->u32Signature == VBOXHDDDISK_SIGNATURE, ("u32Signature=%08x\n", pDisk->u32Signature)); 8828 8828 8829 AssertMsgBreakStmt(!(fFlags & VD_FILTER_FLAGS_MASK),8829 AssertMsgBreakStmt(!(fFlags & ~VD_FILTER_FLAGS_MASK), 8830 8830 ("Invalid flags set (fFlags=%#x)\n", fFlags), 8831 8831 rc = VERR_INVALID_PARAMETER);
Note:
See TracChangeset
for help on using the changeset viewer.