Ver código fonte

Remove redundant tmp assignment

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

+ 1
- 2
src/nnn.c Ver arquivo

@@ -1527,8 +1527,7 @@ static int xlink(char *suffix, char *path, char *buf, int type)
r = mkpath(path, fname, buf, PATH_MAX);
xstrlcpy(buf + r - 1, suffix, PATH_MAX - r - 1);

r = link_fn(pbuf, buf);
if (!r)
if (!link_fn(pbuf, buf))
++count;

pos += len + 1;


Carregando…
Cancelar
Salvar