- Timestamp:
- May 5, 2015 4:32:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/gctrl.cpp
r39685 r55672 59 59 char **ppaArg; 60 60 int iArgs; 61 int rc = RTGetOptArgvFromString(&ppaArg, &iArgs, pszArgs, NULL);61 int rc = RTGetOptArgvFromString(&ppaArg, &iArgs, pszArgs, RTGETOPTARGV_CNV_QUOTE_BOURNE_SH, NULL); 62 62 if (RT_SUCCESS(rc)) 63 63 {
Note:
See TracChangeset
for help on using the changeset viewer.