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
Fix build break
master
Arun Prakash Jana
hace 6 años
padre
adad3f2fe8
commit
e973330c91
Se han
modificado 1 ficheros
con
3 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-2
src/nnn.c
+ 3
- 2
src/nnn.c
Ver fichero
@@ -1892,8 +1892,9 @@ static char *get_bm_loc(char *buf, int key)
xstrlcpy(buf, home, len + 1);
xstrlcpy(buf + len, bookmark[r].loc + 1, loclen);
return buf;
} else
return realpath(bookmark[r].loc, buf);
}
return realpath(bookmark[r].loc, buf);
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar