Changeset 49222 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 22, 2013 8:38:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r49221 r49222 2904 2904 while ((ch = RTGetOpt(&GetState, &ValueUnion))) 2905 2905 { 2906 RTPrintf("val: %s=%d\n", ValueUnion.psz, ch);2907 2908 2906 /* For options that require an argument, ValueUnion has received the value. */ 2909 2907 switch (ch)
Note:
See TracChangeset
for help on using the changeset viewer.