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
Ignore SIGPIPE, caused by key handler exiting before all files got printed, fixes issue
#188
master
Bert Münnich
hace 10 años
padre
216ad81b59
commit
6216bf6c2d
Se han
modificado 2 ficheros
con
3 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
Makefile
+2
-0
main.c
+ 1
- 1
Makefile
Ver fichero
@@ -1,4 +1,4 @@
VERSION := git-20141
127
VERSION := git-20141
201
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man
+ 2
- 0
main.c
Ver fichero
@@ -798,6 +798,8 @@ int main(int argc, char **argv)
struct stat fstats;
r_dir_t dir;
signal(SIGPIPE, SIG_IGN);
parse_options(argc, argv);
if (options->clean_cache) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar