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 the empty dir bug
master
lostd
lostd
hace 10 años
padre
908e43cc67
commit
4384f09726
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-0
noice.c
+ 4
- 0
noice.c
Ver fichero
@@ -330,6 +330,10 @@ nochange:
char *ext, *bin;
pid_t pid;
/* Cannot descend in empty directories */
if (n == 0)
goto nochange;
name = dents[cur]->d_name;
switch (dents[cur]->d_type) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar