- Timestamp:
- May 11, 2017 5:06:28 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r66483 r66875 9927 9927 // in the saved state file path, replace the old directory with the new directory 9928 9928 if (RTPathStartsWith(mSSData->strStateFilePath.c_str(), configDir.c_str())) 9929 mSSData->strStateFilePath = newConfigDir.append(mSSData->strStateFilePath.c_str() + configDir.length()); 9929 { 9930 // do not change newConfigDir! 9931 Utf8Str strAppend = mSSData->strStateFilePath.c_str() + configDir.length(); 9932 mSSData->strStateFilePath = newConfigDir; 9933 mSSData->strStateFilePath.append(strAppend); 9934 } 9930 9935 9931 9936 // and do the same thing for the saved state file paths of all the online snapshots
Note:
See TracChangeset
for help on using the changeset viewer.

