VirtualBox

Ignore:
Timestamp:
Jul 7, 2009 4:38:46 PM (15 years ago)
Author:
vboxsync
Message:

backing out r49709 to fix windows burns for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/SnapshotImpl.cpp

    r21360 r21362  
    412412
    413413    /* state file may be NULL (for offline snapshots) */
    414     if (    !path.isEmpty()
    415          && RTPathStartsWith(path, aOldPath)
    416        )
     414    if (path && RTPathStartsWith (path, aOldPath))
    417415    {
    418416        path = Utf8StrFmt ("%s%s", aNewPath, path.raw() + strlen (aOldPath));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette