Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 33797)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 33798)
@@ -810,5 +810,5 @@
                 {
                     RTPathStripFilename(pszSourceAbsRoot);
-                    RTStrAAppend(&pszSourceAbsRoot, RTPATH_SLASH_STR);
+                    rc = RTStrAAppend(&pszSourceAbsRoot, RTPATH_SLASH_STR);
                 }
                 else
