Changeset 18318 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 26, 2009 2:43:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp
r18110 r18318 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007-2009 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 70 70 GetState.iNext = (iInc) + iPrev; \ 71 71 } while (0) 72 73 72 74 73 … … 134 133 int argc2 = (int)RT_ELEMENTS(argv2) - 1; 135 134 136 CHECK(RT_SUCCESS(RTGetOptInit(&GetState, argc2, (char **)argv2, &s_aOpts2[0], RT_ELEMENTS(s_aOpts2), 0, 0 /* fFlags */)));135 CHECK(RT_SUCCESS(RTGetOptInit(&GetState, argc2, (char **)argv2, &s_aOpts2[0], RT_ELEMENTS(s_aOpts2), 0, 0 /* fFlags */))); 137 136 138 137 CHECK_GETOPT(RTGetOpt(&GetState, &Val), 's', 2);
Note:
See TracChangeset
for help on using the changeset viewer.