VirtualBox

Changeset 55593 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 2, 2015 3:26:48 AM (10 years ago)
Author:
vboxsync
Message:

fixes

File:
1 edited

Legend:

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

    r55535 r55593  
    12941294                    break;
    12951295
    1296                 case 'i':
     1296                case 'e':
    12971297                    pszImage = ValueUnion.psz;
    12981298                    break;
     
    13531353
    13541354        /* Must have something to execute. */
    1355         if (!pszImage || *pszImage)
     1355        if (!pszImage || !*pszImage)
    13561356            return errorSyntaxEx(USAGE_GUESTCONTROL, USAGE_GSTCTRL_RUN, "No executable specified!");
    13571357
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