Changeset 17055 in vbox
- Timestamp:
- Feb 24, 2009 11:43:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17033 r17055 1500 1500 { 1501 1501 /* If the href is empty use the VM name as filename */ 1502 Utf8Str strFilename = di.strHref .c_str();1503 if ( di.strHref.c_str()[0] == 0)1502 Utf8Str strFilename = di.strHref; 1503 if (!strFilename.length()) 1504 1504 strFilename = Utf8StrFmt("%s.vmdk", nameVBox.c_str()); 1505 1505 /* Construct a unique target path */
Note:
See TracChangeset
for help on using the changeset viewer.