Changeset 35465 in vbox
- Timestamp:
- Jan 10, 2011 4:35:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r35462 r35465 5 5 6 6 /* 7 * Copyright (C) 201 1Oracle Corporation7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1108 1108 fUseToolbox = true; 1109 1109 1110 /* Skip argv[0] (= file name) if we run an internal VBoxService 1111 * toolbox ("vbox_*") command - we already have a resolved one 1112 * (e.g. "vbox_cat" -> "C:\Windows\system32\VBoxService vbox_cat") in pszFileName. */ 1110 /* Skip argv[0] (= file name) if we don't run an internal 1111 * VBoxService toolbox command - we already have a resolved one in pszFileName. */ 1113 1112 char *pszArgs; 1114 int rc = RTGetOptArgvToString(&pszArgs, 1115 fUseToolbox ? &papszArgs[1] : papszArgs, 1113 int rc = RTGetOptArgvToString(&pszArgs, papszArgs, 1116 1114 RTGETOPTARGV_CNV_QUOTE_MS_CRT); /* RTGETOPTARGV_CNV_QUOTE_BOURNE_SH */ 1117 1115 if ( RT_SUCCESS(rc)
Note:
See TracChangeset
for help on using the changeset viewer.

