Changeset 38061 in vbox
- Timestamp:
- Jul 19, 2011 9:50:33 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73005
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp
r38058 r38061 799 799 if ( !bstrSrcPath.isEmpty() 800 800 && RTPathStartsWith(Utf8Str(bstrSrcPath).c_str(), Utf8Str(bstrSrcSnapshotFolder).c_str()) 801 && !(!fKeepDiskNames && !mt.strBaseName.isEmpty()))801 && (fKeepDiskNames || mt.strBaseName.isEmpty())) 802 802 strFile = Utf8StrFmt("%s%c%s", strTrgSnapshotFolder.c_str(), RTPATH_DELIMITER, strNewName.c_str()); 803 803
Note:
See TracChangeset
for help on using the changeset viewer.