Index: /trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp
===================================================================
--- /trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp	(revision 80610)
+++ /trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp	(revision 80611)
@@ -193,5 +193,5 @@
             strAppPath = Utf8StrFmt(OSX_APP_PATH_FMT, OSX_APP_NAME);
         vrc = RTStrCopy(pszNamePart, cbBufLeft, strAppPath.c_str());
-        AssertReturn(vrc, vrc);
+        AssertRCReturn(vrc, vrc);
 # else
         static const char s_szVirtualBox_exe[] = "VirtualBoxVM" HOSTSUFF_EXE;
