cmPgmOpts.c : Changed the initial value of 'i' in cmPgmOptParse() from 0 to 1.

This commit is contained in:
kevin 2014-01-21 22:36:13 -05:00
父節點 a8c3a33591
當前提交 e70eba6ff9

查看文件

@ -710,7 +710,7 @@ cmPoRC_t cmPgmOptParse( cmPgmOptH_t h, unsigned argCnt, char* argArray[] )
unsigned state = kDash;
_cmPoOpt_t* r = NULL;
_cmPoArg_t* a = NULL;
int i = 0; // arg index
int i = 1; // arg index
int j = 0; // arg label character index