Changeset 39120 in vbox for trunk/src/VBox
- Timestamp:
- Oct 26, 2011 1:08:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp
r39119 r39120 177 177 RTGETOPTUNION ValueUnion; 178 178 RTGETOPTSTATE GetState; 179 // start at 0 because main() has hacked both the argc and argv given to us180 179 RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, g_aOptions, RT_ELEMENTS(g_aOptions), 2 /*iArg*/, 0 /*fFlags*/); 181 180 while ((c = RTGetOpt(&GetState, &ValueUnion)))
Note:
See TracChangeset
for help on using the changeset viewer.