Changeset 55671 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 5, 2015 4:27:52 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100060
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp
r55535 r55671 1493 1493 uint32_t uNumArgs = 0; /* Initialize in case of RTGetOptArgvFromString() is failing ... */ 1494 1494 rc = RTGetOptArgvFromString(&papszArgs, (int*)&uNumArgs, 1495 (pProcess->StartupInfo.uNumArgs > 0) ? pProcess->StartupInfo.szArgs : "", NULL); 1495 (pProcess->StartupInfo.uNumArgs > 0) ? pProcess->StartupInfo.szArgs : "", 1496 RTGETOPTARGV_CNV_QUOTE_BOURNE_SH, NULL); 1496 1497 /* Did we get the same result? */ 1497 1498 Assert(pProcess->StartupInfo.uNumArgs == uNumArgs);
Note:
See TracChangeset
for help on using the changeset viewer.