Changeset 84731 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 9, 2020 7:12:44 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138521
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r84594 r84731 1094 1094 AssertPtrReturn(pHostCtx, VERR_INVALID_POINTER); 1095 1095 1096 /** @todo this hardcoded stuff needs redoing. */1097 1098 1096 /* Initialize maximum environment block size -- needed as input 1099 1097 * parameter to retrieve the stuff from the host. On output this then … … 2289 2287 char szExeName[RTPATH_MAX]; 2290 2288 char *pszExeName = RTProcGetExecutablePath(szExeName, sizeof(szExeName)); 2291 Assert Return(pszExeName, VERR_FILENAME_TOO_LONG);2289 AssertPtrReturn(pszExeName, VERR_FILENAME_TOO_LONG); 2292 2290 2293 2291 char szParmSessionID[32];
Note:
See TracChangeset
for help on using the changeset viewer.