Ver código fonte

Update getopt.erl

pull/3/head
Tuncer Ayaz 13 anos atrás
pai
commit
aeb3081111
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/getopt.erl

+ 1
- 1
src/getopt.erl Ver arquivo

@ -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).

Carregando…
Cancelar
Salvar