Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Immanuel
/
nnn
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Fix build break
master
Arun Prakash Jana
6 anos atrás
pai
adad3f2fe8
commit
e973330c91
1 arquivos alterados
com
3 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-2
src/nnn.c
+ 3
- 2
src/nnn.c
Ver arquivo
@@ -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);
}
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar