Changeset 96609 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Sep 6, 2022 2:13:23 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153486
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
r96407 r96609 1644 1644 const char *pszExec = (const char *)pvUser1; 1645 1645 PRTPATHINTSEARCH pResult = (PRTPATHINTSEARCH)pvUser2; 1646 int rc = RTPathJoinEx(pResult->szFound, sizeof(pResult->szFound), pchPath, cchPath, pszExec, RTSTR_MAX); 1646 int rc = RTPathJoinEx(pResult->szFound, sizeof(pResult->szFound), pchPath, cchPath, pszExec, RTSTR_MAX, 1647 RTPATH_STR_F_STYLE_HOST); 1647 1648 if (RT_SUCCESS(rc)) 1648 1649 {
Note:
See TracChangeset
for help on using the changeset viewer.