浏览代码

Update getopt.erl

pull/3/head
Tuncer Ayaz 13 年前
父节点
当前提交
aeb3081111
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/getopt.erl

+ 1
- 1
src/getopt.erl 查看文件

@ -442,7 +442,7 @@ is_boolean_arg(Arg) ->
-spec is_integer_arg(string()) -> boolean().
is_integer_arg([$- | Tail]) ->
is_integer_arg("-" ++ Tail) ->
is_non_neg_integer_arg(Tail);
is_integer_arg(Arg) ->
is_non_neg_integer_arg(Arg).

正在加载...
取消
保存