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
Fix memory leak
master
sin
hace 9 años
padre
5fb5e9f82f
commit
6d4166f0d6
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
noice.c
+ 1
- 0
noice.c
Ver fichero
@@ -485,6 +485,7 @@ dentfill(char *path, struct entry **dents,
r = lstat(newpath, &sb);
if (r == -1)
printerr(1, "lstat");
free(newpath);
(*dents)[n].mode = sb.st_mode;
(*dents)[n].t = sb.st_mtime;
n++;
Escribir
Vista previa
Cargando…
Cancelar
Guardar