Changeset 45375 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Apr 5, 2013 2:36:27 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84800
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/init.cpp
r45350 r45375 232 232 */ 233 233 ssize_t offName; 234 g_cchrtProcExePath = RTPathParse (g_szrtProcExePath, &g_cchrtProcDir, &offName, NULL);234 g_cchrtProcExePath = RTPathParseSimple(g_szrtProcExePath, &g_cchrtProcDir, &offName, NULL); 235 235 g_offrtProcName = offName; 236 236 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.