Changeset 81492 in vbox
- Timestamp:
- Oct 23, 2019 2:07:03 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134217
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r81425 r81492 1850 1850 Utf8Str strNVRAM = mBIOSSettings->i_getNonVolatileStorageFile(); 1851 1851 Utf8Str strNVRAMSnap = pSnapshotMachine->i_getSnapshotNVRAMFilename(); 1852 Utf8Str strNVRAMSnapAbs;1853 i_calculateFullPath(strNVRAMSnap, strNVRAMSnapAbs);1854 1852 if (strNVRAM.isNotEmpty() && strNVRAMSnap.isNotEmpty() && RTFileExists(strNVRAM.c_str())) 1855 1853 { 1854 Utf8Str strNVRAMSnapAbs; 1855 i_calculateFullPath(strNVRAMSnap, strNVRAMSnapAbs); 1856 1856 rc = VirtualBox::i_ensureFilePathExists(strNVRAMSnapAbs, true /* fCreate */); 1857 1857 if (FAILED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.