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
Only free history path if it is valid
master
lostd
hace 10 años
padre
8123975406
commit
d84c3b1079
Se han
modificado 1 ficheros
con
4 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-2
noice.c
+ 4
- 2
noice.c
Ver fichero
@@ -604,8 +604,10 @@ begin:
/* Find cur from history */
cur = dentfind(dents, n, path, hpath);
free(hpath);
hpath = NULL;
if (hpath != NULL) {
free(hpath);
hpath = NULL;
}
for (;;) {
int nlines;
Escribir
Vista previa
Cargando…
Cancelar
Guardar