VirtualBox

Ignore:
Timestamp:
Nov 7, 2014 4:02:36 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96836
Message:

Frontend/VBoxManage: minor cleanup of showVMInfo, and fixing a ULONG/size_t warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r52200 r53266  
    55
    66/*
    7  * Copyright (C) 2006-2013 Oracle Corporation
     7 * Copyright (C) 2006-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    862862                {
    863863                    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);
    865865                }
    866866            }
     
    895895                            case MachineState_Paused:
    896896                            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);
    898898                                break;
    899899                        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette