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
Removed obsolete ss_delays array, fixes issue
#191
master
Bert Münnich
hace 10 años
padre
e228594391
commit
0cb1d11305
Se han
modificado 2 ficheros
con
1 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
Makefile
+0
-4
commands.c
+ 1
- 1
Makefile
Ver fichero
@@ -1,4 +1,4 @@
VERSION := git-201412
08
VERSION := git-201412
22
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man
+ 0
- 4
commands.c
Ver fichero
@@ -55,10 +55,6 @@ extern int markcnt;
extern int prefix;
extern bool extprefix;
const int ss_delays[] = {
1, 2, 3, 5, 10, 15, 20, 30, 60, 120, 180, 300, 600
};
bool cg_quit(arg_t a)
{
unsigned int i;
Escribir
Vista previa
Cargando…
Cancelar
Guardar