Changeset 32618 in vbox
- Timestamp:
- Sep 17, 2010 4:46:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66022
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r32615 r32618 5659 5659 /* Always return failure, to avoid opening other VMDK files via this 5660 5660 * special VMDK streamOptimized format backend. */ 5661 rc = VERR_ NOT_SUPPORTED;5661 rc = VERR_VD_VMDK_INVALID_HEADER; 5662 5662 5663 5663 out:
Note:
See TracChangeset
for help on using the changeset viewer.