Ver código fonte

Fix build break

master
Arun Prakash Jana 6 anos atrás
pai
commit
e973330c91
1 arquivos alterados com 3 adições e 2 exclusões
  1. +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);
}
}



Carregando…
Cancelar
Salvar