Changeset 106038 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 12, 2024 3:34:59 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 164787
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r105605 r106038 1923 1923 Utf8Str strNVRAM = mNvramStore->i_getNonVolatileStorageFile(); 1924 1924 Utf8Str strNVRAMSnap = pSnapshotMachine->i_getSnapshotNVRAMFilename(); 1925 if (strNVRAM.isNotEmpty() && strNVRAMSnap.isNotEmpty() && RTFileExists(strNVRAM.c_str())) 1925 if ( strNVRAM.isNotEmpty() 1926 && strNVRAMSnap.isNotEmpty() 1927 && RTFileExists(strNVRAM.c_str()) 1928 && mFirmwareSettings->i_getFirmwareType() != FirmwareType_BIOS) 1926 1929 { 1927 1930 Utf8Str strNVRAMSnapAbs;
Note:
See TracChangeset
for help on using the changeset viewer.