3d82092632b3e7b13724397fa986068054c4e69c
optind's starting value is 1 and it needs to be reset to 1 after each getopt() invocation. Resetting it to 0 will cause getopt() to reinitialize its internal state. This is only needed for some corner cases. In our current usage, we should be resetting it to 1. Change-Id: I68da7e41ee8b83b275e2a7bd660c13af569769f1
Description
No description provided
Languages
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Other
1.1%