Przeglądaj źródła

Remove redundant tmp assignment

master
Arun Prakash Jana 5 lat temu
rodzic
commit
1338922697
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 2 usunięć
  1. +1
    -2
      src/nnn.c

+ 1
- 2
src/nnn.c Wyświetl plik

@@ -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;


Ładowanie…
Anuluj
Zapisz