This website works better with JavaScript.
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
* mygetopt.c: fix a parsing issue with short options.
tags/v0.99.beta14
Sam Hocevar
sam
16 年之前
父節點
087605fc9e
當前提交
6a61202a28
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/mygetopt.c
+ 1
- 1
src/mygetopt.c
查看文件
@@ -59,7 +59,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;
Write
Preview
Loading…
取消
儲存