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
Ignore SIGINT to allow returning back to noice when we kill the screensaver
Use 'q' to quit.
master
sin
hace 9 años
padre
1e18b85e56
commit
62736bf43a
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
noice.c
+ 2
- 0
noice.c
Ver fichero
@@ -918,6 +918,8 @@ main(int argc, char *argv[])
ipath = "/";
}
signal(SIGINT, SIG_IGN);
/* Test initial path */
if (canopendir(ipath) == 0)
printerr(1, ipath);
Escribir
Vista previa
Cargando…
Cancelar
Guardar