Changeset 35462 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 10, 2011 3:11:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r35461 r35462 1113 1113 char *pszArgs; 1114 1114 int rc = RTGetOptArgvToString(&pszArgs, 1115 fUseToolbox ? papszArgs[1] : &papszArgs,1115 fUseToolbox ? &papszArgs[1] : papszArgs, 1116 1116 RTGETOPTARGV_CNV_QUOTE_MS_CRT); /* RTGETOPTARGV_CNV_QUOTE_BOURNE_SH */ 1117 1117 if ( RT_SUCCESS(rc)
Note:
See TracChangeset
for help on using the changeset viewer.