Ver código fonte

Remove redundant function call

master
Arun Prakash Jana 6 anos atrás
pai
commit
14639239de
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Ver arquivo

@@ -2304,7 +2304,7 @@ static bool show_help(char *path)
dprintf(fd, "\nVOLUME: %s of ", coolsize(get_fs_info(path, FREE)));
dprintf(fd, "%s free\n\n", coolsize(get_fs_info(path, CAPACITY)));

if (getenv(env_cfg[NNN_BMS])) {
if (bookmark[0].loc) {
dprintf(fd, "BOOKMARKS\n");
for (; i < BM_MAX; ++i)
if (bookmark[i].key)


Carregando…
Cancelar
Salvar