Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
getopt: Windows build fix
legacy
Sam Hocevar
8 anos atrás
pai
75a8caa6ad
commit
96fc303163
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/sys/getopt.cpp
+ 1
- 1
src/sys/getopt.cpp
Ver arquivo
@@ -169,7 +169,7 @@ int getopt::parse()
++this->index;
if (m_private->m_opts[i].has_arg)
{
if (this->index >= m_private->argc)
if (this->index >= m_private->
m_
argc)
goto too_few;
this->arg = argv[this->index++];
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar