Changeset 33806 in vbox for trunk/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp
- Timestamp:
- Nov 5, 2010 5:20:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp
r28800 r33806 116 116 { 117 117 char *pszExecName = &szCmd[cch]; 118 if (!RTProcGetExecutable Name(pszExecName, sizeof(szCmd) - cch))118 if (!RTProcGetExecutablePath(pszExecName, sizeof(szCmd) - cch)) 119 119 *pszExecName = '\0'; 120 120 }
Note:
See TracChangeset
for help on using the changeset viewer.