Changeset 71168 in vbox
- Timestamp:
- Mar 2, 2018 9:51:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r69758 r71168 5 5 6 6 /* 7 * Copyright (C) 2010-201 7Oracle Corporation7 * Copyright (C) 2010-2018 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 2703 2703 * --target-directory yet? Then use the current 2704 2704 * (= last) argument as destination. */ 2705 if ( pCtx->pArg->argc == GetState.iNext2705 if ( GetState.argc == GetState.iNext 2706 2706 && pszDst == NULL) 2707 2707 pszDst = ValueUnion.psz;
Note:
See TracChangeset
for help on using the changeset viewer.