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
Fix cg_mark_range after removing images from file list
master
Bert Münnich
hace 7 años
padre
cc476be7cc
commit
1e5cc7e382
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
main.c
+ 2
- 0
main.c
Ver fichero
@@ -159,6 +159,8 @@ void remove_file(int n, bool manual)
fileidx--;
if (n < alternate)
alternate--;
if (n < toggledidx)
toggledidx--;
}
void set_timeout(timeout_f handler, int time, bool overwrite)
Escribir
Vista previa
Cargando…
Cancelar
Guardar