VirtualBox

Changeset 36726 in vbox


Ignore:
Timestamp:
Apr 19, 2011 12:35:37 PM (14 years ago)
Author:
vboxsync
Message:

VBoxManageGuestCtrl: Skip empty arguments.

File:
1 edited

Legend:

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

    r36722 r36726  
    497497            case VINF_GETOPT_NOT_OPTION:
    498498            {
     499                if (!strlen(ValueUnion.psz))
     500                    continue;
     501
    499502                if (args.size() == 0 && Utf8Cmd.isEmpty())
    500503                    Utf8Cmd = ValueUnion.psz;
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