Explorar el Código

Show correct information for symbolic links

master
Arun Prakash Jana hace 8 años
padre
commit
55d916921f
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 0 borrados
  1. +1
    -0
      nnn.c

+ 1
- 0
nnn.c Ver fichero

@@ -1346,6 +1346,7 @@ show_stats(char *fpath, char *fname, struct stat *sb)
g_buf[len] = '\0';
dprintf(fd, " File: '%s' -> ", unescape(fname));
dprintf(fd, "'%s'", unescape(g_buf));
xstrlcpy(g_buf, "symbolic link", MAX_CMD_LEN);
}
} else
dprintf(fd, " File: '%s'", unescape(fname));


Cargando…
Cancelar
Guardar