VirtualBox

Changeset 36784 in vbox


Ignore:
Timestamp:
Apr 21, 2011 8:04:22 AM (14 years ago)
Author:
vboxsync
Message:

VBoxManage/GuestCtrl: Forgot another argv0 commit.

File:
1 edited

Legend:

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

    r36742 r36784  
    502502                if (args.size() == 0 && Utf8Cmd.isEmpty())
    503503                    Utf8Cmd = ValueUnion.psz;
    504                 args.push_back(Bstr(ValueUnion.psz).raw());
     504                else
     505                    args.push_back(Bstr(ValueUnion.psz).raw());
    505506                break;
    506507            }
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