Changeset 32888 in vbox for trunk/src/VBox
- Timestamp:
- Oct 4, 2010 2:16:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r32866 r32888 571 571 /* Iterate through all possible commands (if available). */ 572 572 bool usageOK = true; 573 for (int i = 2; usageOK && i < a->argc; i++)573 for (int i = 3; usageOK && i < a->argc; i++) 574 574 { 575 575 if (!strcmp(a->argv[i], "--flags"))
Note:
See TracChangeset
for help on using the changeset viewer.