Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
rebar3
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
62
Wiki
Atividade
Ver código fonte
Update getopt.erl
pull/3/head
Tuncer Ayaz
13 anos atrás
pai
0e7defaf64
commit
aeb3081111
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
)
.
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar