Changeset 54378 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
- Timestamp:
- Feb 23, 2015 10:54:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r52312 r54378 680 680 uint32_t aValue[4]; 681 681 682 for (unsigned i = 0 ; i < 4; i++)682 for (unsigned i = 0; i < 4; i++) 683 683 { 684 684 int vrc = RTGetOptFetchValue(&GetOptState, &ValueUnion, RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_HEX);
Note:
See TracChangeset
for help on using the changeset viewer.