Changeset 53266 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
- Timestamp:
- Nov 7, 2014 4:02:36 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96836
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r52200 r53266 5 5 6 6 /* 7 * Copyright (C) 2006-201 3Oracle Corporation7 * Copyright (C) 2006-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 862 862 { 863 863 if (machines[i]) 864 rc = showVMInfo(pVirtualBox, machines[i], fOptLong ? VMINFO_STANDARD : VMINFO_COMPACT);864 rc = showVMInfo(pVirtualBox, machines[i], NULL, fOptLong ? VMINFO_STANDARD : VMINFO_COMPACT); 865 865 } 866 866 } … … 895 895 case MachineState_Paused: 896 896 case MachineState_TeleportingPausedVM: 897 rc = showVMInfo(pVirtualBox, machines[i], fOptLong ? VMINFO_STANDARD : VMINFO_COMPACT);897 rc = showVMInfo(pVirtualBox, machines[i], NULL, fOptLong ? VMINFO_STANDARD : VMINFO_COMPACT); 898 898 break; 899 899 }
Note:
See TracChangeset
for help on using the changeset viewer.