Changeset 55593 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 2, 2015 3:26:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r55535 r55593 1294 1294 break; 1295 1295 1296 case ' i':1296 case 'e': 1297 1297 pszImage = ValueUnion.psz; 1298 1298 break; … … 1353 1353 1354 1354 /* Must have something to execute. */ 1355 if (!pszImage || *pszImage)1355 if (!pszImage || !*pszImage) 1356 1356 return errorSyntaxEx(USAGE_GUESTCONTROL, USAGE_GSTCTRL_RUN, "No executable specified!"); 1357 1357
Note:
See TracChangeset
for help on using the changeset viewer.