VirtualBox

Changeset 55672 in vbox for trunk


Ignore:
Timestamp:
May 5, 2015 4:32:34 PM (10 years ago)
Author:
vboxsync
Message:

gctrl.cpp: Missed one RTGetOptArgvFromString call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestControl/gctrl.cpp

    r39685 r55672  
    5959    char **ppaArg;
    6060    int iArgs;
    61     int rc = RTGetOptArgvFromString(&ppaArg, &iArgs, pszArgs, NULL);
     61    int rc = RTGetOptArgvFromString(&ppaArg, &iArgs, pszArgs, RTGETOPTARGV_CNV_QUOTE_BOURNE_SH, NULL);
    6262    if (RT_SUCCESS(rc))
    6363    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette