Changeset 75713 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Nov 25, 2018 11:46:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r70351 r75713 532 532 { 533 533 AssertPtrReturn(pszBuf, VERR_INVALID_POINTER); 534 Assert PtrReturn(cbBuf, VERR_INVALID_PARAMETER);534 AssertReturn(cbBuf, VERR_INVALID_PARAMETER); 535 535 536 536 if (*psz == ':' || *psz == '=') … … 1079 1079 { 1080 1080 rc = vgsvcArgString(argc, argv, psz + 1, &i, 1081 1081 g_szLogFile, sizeof(g_szLogFile)); 1082 1082 if (rc) 1083 1083 return rc; … … 1089 1089 { 1090 1090 rc = vgsvcArgString(argc, argv, psz + 1, &i, 1091 1091 g_szPidFile, sizeof(g_szPidFile)); 1092 1092 if (rc) 1093 1093 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.