VirtualBox

Ignore:
Timestamp:
Jul 9, 2010 2:56:07 PM (14 years ago)
Author:
vboxsync
Message:

VBoxManage: Only print Additions version if present.

File:
1 edited

Legend:

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

    r30758 r30767  
    19401940            {
    19411941                rc = guest->COMGETTER(AdditionsVersion)(guestString.asOutParam());
    1942                 if (SUCCEEDED(rc))
     1942                if (   SUCCEEDED(rc)
     1943                    && !guestString.isEmpty())
    19431944                {
    19441945                    if (details == VMINFO_MACHINEREADABLE)
Note: See TracChangeset for help on using the changeset viewer.

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