VirtualBox

Changeset 55671 in vbox for trunk/src/VBox/Main


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

RTGetOptArgvFromString: Added fFlags parameter for selecting the quoting style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp

    r51978 r55671  
    19381938    int    cArgs;
    19391939    char **papszArgs;
    1940     rc = RTGetOptArgvFromString(&papszArgs, &cArgs, pszCmdLine, NULL);
     1940    rc = RTGetOptArgvFromString(&papszArgs, &cArgs, pszCmdLine, RTGETOPTARGV_CNV_QUOTE_MS_CRT, NULL);
    19411941    if (RT_SUCCESS(rc))
    19421942    {
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