Changeset 56994 in vbox for trunk/src/VBox/Main/src-helper-apps
- Timestamp:
- Jul 18, 2015 11:15:01 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
r56247 r56994 1420 1420 int rc = RTGetOptArgvToString(&pszCmdLine, &papszArgs[cSuArgs], RTGETOPTARGV_CNV_QUOTE_BOURNE_SH); 1421 1421 if (RT_FAILURE(rc)) 1422 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTGetOptArgvToString failed: %Rrc" );1422 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTGetOptArgvToString failed: %Rrc", rc); 1423 1423 1424 1424 /*
Note:
See TracChangeset
for help on using the changeset viewer.