Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
getopt: Windows build fix
legacy
Sam Hocevar
hace 8 años
padre
75a8caa6ad
commit
96fc303163
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/sys/getopt.cpp
+ 1
- 1
src/sys/getopt.cpp
Ver fichero
@@ -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++];
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar