Changeset 36206 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Mar 8, 2011 4:32:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r36103 r36206 1576 1576 char *pszArgs = NULL; 1577 1577 if (uNumArgs > 0) 1578 vrc = RTGetOptArgvToString(&pszArgs, papszArgv, 0);1578 vrc = RTGetOptArgvToString(&pszArgs, papszArgv, RTGETOPTARGV_CNV_QUOTE_MS_CRT); 1579 1579 if (RT_SUCCESS(vrc)) 1580 1580 {
Note:
See TracChangeset
for help on using the changeset viewer.