소스 검색

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

master
kevin 10 년 전
부모
커밋
e70eba6ff9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      cmPgmOpts.c

+ 1
- 1
cmPgmOpts.c 파일 보기

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

Loading…
취소
저장