- Timestamp:
- Mar 31, 2025 6:04:24 PM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168249
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r108421 r108806 782 782 const Utf8Str &path = pSnapshot->m->pMachine->mSSData->strStateFilePath; 783 783 784 if ((!pSnapshotToIgnore || pSnapshotToIgnore != this) && path.isNotEmpty())784 if ((!pSnapshotToIgnore || pSnapshotToIgnore != pSnapshot) && path.isNotEmpty()) 785 785 if (path == strPath) 786 786 return true;
Note:
See TracChangeset
for help on using the changeset viewer.