소스 검색

* mygetopt.c: fix a parsing issue with short options.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2546 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam 17 년 전
부모
커밋
79b24b6fdf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      genethumb/mygetopt.c

+ 1
- 1
genethumb/mygetopt.c 파일 보기

@@ -70,7 +70,7 @@ int mygetopt(int argc, char * const _argv[], const char *optstring,
if(tmp[1] == ':')
{
if(flag[2] != '\0')
myoptarg = tmp + 2;
myoptarg = flag + 2;
else
myoptarg = argv[myoptind++];
return ret;


불러오는 중...
취소
저장