Changeset 32615 in vbox
- Timestamp:
- Sep 17, 2010 3:49:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r32610 r32615 5675 5675 int rc; 5676 5676 5677 rc = VERR_ NOT_SUPPORTED;5677 rc = VERR_VD_VMDK_INVALID_HEADER; 5678 5678 LogFlowFunc(("returns %Rrc (pBackendData=%#p)\n", rc, *ppBackendData)); 5679 5679 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.