- Timestamp:
- Dec 7, 2010 9:43:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r34761 r34769 1479 1479 arg.argv = a->argv + 1; 1480 1480 1481 if (a->argc == 0)1481 if (a->argc <= 0) 1482 1482 return errorSyntax(USAGE_GUESTCONTROL, "Incorrect parameters"); 1483 1483
Note:
See TracChangeset
for help on using the changeset viewer.