ソースを参照

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


読み込み中…
キャンセル
保存