Changeset 35434 in vbox
- Timestamp:
- Jan 7, 2011 4:47:52 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69305
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r35244 r35434 1111 1111 * VBoxService toolbox command - we already have a resolved one in pszFileName. */ 1112 1112 char *pszArgs; 1113 int rc = RTGetOptArgvToString(&pszArgs, 1114 fUseToolbox ? papszArgs : &papszArgs[1], 1113 int rc = RTGetOptArgvToString(&pszArgs, papszArgs, 1115 1114 RTGETOPTARGV_CNV_QUOTE_MS_CRT); /* RTGETOPTARGV_CNV_QUOTE_BOURNE_SH */ 1116 1115 if ( RT_SUCCESS(rc)
Note:
See TracChangeset
for help on using the changeset viewer.