Index: /trunk/src/VBox/Main/SnapshotImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/SnapshotImpl.cpp	(revision 22777)
+++ /trunk/src/VBox/Main/SnapshotImpl.cpp	(revision 22778)
@@ -576,5 +576,5 @@
 
     Utf8Str path = m->pMachine->mSSData->mStateFilePath;
-    LogFlowThisFunc(("Snap[%s].statePath={%s}\n", m->strName.raw(), path.raw()));
+    LogFlowThisFunc(("Snap[%s].statePath={%s}\n", m->strName.c_str(), path.c_str()));
 
     /* state file may be NULL (for offline snapshots) */
@@ -593,5 +593,6 @@
          ++it)
     {
-        updateSavedStatePathsImpl(aOldPath, aNewPath);
+        Snapshot *pChild = *it;
+        pChild->updateSavedStatePathsImpl(aOldPath, aNewPath);
     }
 }
