Changeset 21362 in vbox for trunk/src/VBox/Main/SnapshotImpl.cpp
- Timestamp:
- Jul 7, 2009 4:38:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SnapshotImpl.cpp
r21360 r21362 412 412 413 413 /* state file may be NULL (for offline snapshots) */ 414 if ( !path.isEmpty() 415 && RTPathStartsWith(path, aOldPath) 416 ) 414 if (path && RTPathStartsWith (path, aOldPath)) 417 415 { 418 416 path = Utf8StrFmt ("%s%s", aNewPath, path.raw() + strlen (aOldPath));
Note:
See TracChangeset
for help on using the changeset viewer.