Changeset 75849 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Nov 30, 2018 12:30:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r75848 r75849 1779 1779 * The handling of the wildcard filtering expressions in sources was also just 1780 1780 * skipped. I've corrected this, but you still need to make up your mind wrt 1781 * wildcards or not. 1782 * 1781 * wildcards or not. 1782 * 1783 1783 * Update: I've kicked out the whole SourceFileEntry/vecSources stuff as we can 1784 1784 * use argv directly without any unnecessary copying. You just have to … … 1836 1836 } 1837 1837 else 1838 rcExit = RTMsgErrorExitFailure("RTPathAbs failed on '%s': %Rrc", pszSource );1838 rcExit = RTMsgErrorExitFailure("RTPathAbs failed on '%s': %Rrc", pszSource, vrc); 1839 1839 } 1840 1840 else
Note:
See TracChangeset
for help on using the changeset viewer.