Changeset 38058 in vbox for trunk/src/VBox
- Timestamp:
- Jul 19, 2011 9:20:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp
r38049 r38058 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.