Changeset 81396 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Oct 21, 2019 9:29:55 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp
r81394 r81396 338 338 Utf8Str strLocation = bstrLocation; 339 339 340 /* if an image is located in the actual VM folder it will be added to the actual list */340 /* if an image is located in the actual VM folder it will be added to the actual list */ 341 341 if (strLocation.startsWith(strSettingsFilePath)) 342 342 { … … 374 374 375 375 Utf8Str name = sst.strSaveStateFile; 376 /* if a state file is located in the actual VM folder it will be added to the actual list */376 /* if a state file is located in the actual VM folder it will be added to the actual list */ 377 377 if (RTPathStartsWith(name.c_str(), strSettingsFilePath.c_str())) 378 378 {
Note:
See TracChangeset
for help on using the changeset viewer.