Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
sxiv
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Simplify inotify cleanup
master
Bert Münnich
hace 7 años
padre
8bce80fdae
commit
6695cd4c34
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
autoreload_inotify.c
+ 2
- 2
autoreload_inotify.c
Ver fichero
@@ -27,8 +27,8 @@
CLEANUP void arl_cleanup(arl_t *arl)
{
if (arl->fd != -1
&& arl->wd != -1
)
inotify_rm_watch(arl->fd, arl->w
d);
if (arl->fd != -1)
close(arl->f
d);
}
static void arl_setup_dir(arl_t *arl, const char *filepath)
Escribir
Vista previa
Cargando…
Cancelar
Guardar