Changeset 27581 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Mar 22, 2010 10:50:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
r26941 r27581 791 791 CHECK_ERROR(guest, COMSETTER(MemoryBalloonSize)(uVal)); 792 792 } 793 else if ( !strcmp(a->argv[1], "--gueststatisticsinterval") 794 || !strcmp(a->argv[1], "-gueststatisticsinterval")) 793 else if (!strcmp(a->argv[1], "gueststatisticsinterval")) 795 794 { 796 795 if (a->argc != 3)
Note:
See TracChangeset
for help on using the changeset viewer.