Changeset 33806 in vbox for trunk/src/VBox/Runtime/r3/solaris
- Timestamp:
- Nov 5, 2010 5:20:15 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67451
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp
r33540 r33806 1956 1956 pVBoxProc->CoreContent = CC_CONTENT_DEFAULT; 1957 1957 1958 RTProcGetExecutable Name(pVBoxProc->szExecPath, sizeof(pVBoxProc->szExecPath)); /* this gets full path not just name */1958 RTProcGetExecutablePath(pVBoxProc->szExecPath, sizeof(pVBoxProc->szExecPath)); /* this gets full path not just name */ 1959 1959 pVBoxProc->pszExecName = RTPathFilename(pVBoxProc->szExecPath); 1960 1960
Note:
See TracChangeset
for help on using the changeset viewer.