Changeset 18744 in vbox for trunk/src/VBox
- Timestamp:
- Apr 6, 2009 11:08:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/getopt.cpp
r18100 r18744 53 53 pState->iNext = iFirst; 54 54 pState->pszNextShort = NULL; 55 pState->pDef = NULL; 55 56 56 57 /* validate the options. */ … … 229 230 RTDECL(int) RTGetOpt(PRTGETOPTSTATE pState, PRTGETOPTUNION pValueUnion) 230 231 { 232 pState->pDef = NULL; 231 233 /* 232 234 * Make sure the union is completely cleared out, whatever happens below. … … 466 468 } 467 469 470 pState->pDef = pOpt; 468 471 return pOpt->iShort; 469 472 }
Note:
See TracChangeset
for help on using the changeset viewer.