Przeglądaj źródła

Update getopt.erl

pull/3/head
Tuncer Ayaz 13 lat temu
rodzic
commit
aeb3081111
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/getopt.erl

+ 1
- 1
src/getopt.erl Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz