Explorar el Código

Remove redundant tmp assignment

master
Arun Prakash Jana hace 5 años
padre
commit
1338922697
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      src/nnn.c

+ 1
- 2
src/nnn.c Ver fichero

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


Cargando…
Cancelar
Guardar