瀏覽代碼

Show correct information for symbolic links

master
Arun Prakash Jana 8 年之前
父節點
當前提交
55d916921f
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      nnn.c

+ 1
- 0
nnn.c 查看文件

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


Loading…
取消
儲存