Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
nnn
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
The dirp should be initialized here
master
lostd
hace 11 años
padre
f05f98e4fe
commit
11bebdf23e
Se han
modificado 1 ficheros
con
4 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-5
noice.c
+ 4
- 5
noice.c
Ver fichero
@@ -555,11 +555,10 @@ out:
free(dents[i].name);
free(dents);
if (dirp != NULL) {
r = closedir(dirp);
if (r == -1)
printerr(1, "closedir");
}
/* Should never be null */
r = closedir(dirp);
if (r == -1)
printerr(1, "closedir");
goto begin;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar