Changeset 3039 in vbox
- Timestamp:
- Jun 4, 2007 8:12:31 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21802
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDiskImpl.cpp
r3038 r3039 3967 3967 /// image creation/deletion instead of doing that here every time. 3968 3968 3969 vrc = VDCreate ("VMDK", err, NULL, &hdd);3969 vrc = VDCreate ("VMDK", VDError, NULL, &hdd); 3970 3970 if (VBOX_FAILURE (vrc)) 3971 3971 break;
Note:
See TracChangeset
for help on using the changeset viewer.