Преглед изворни кода

Show target file size in list mode

master
Arun Prakash Jana пре 5 година
родитељ
комит
72668069ed
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Прегледај датотеку

@@ -4369,7 +4369,7 @@ static int dentfill(char *path, struct entry **dents)
if (!flags && dp->d_type == DT_LNK) {
/* Do not add sizes for links */
dentp->mode = (sb.st_mode & ~S_IFMT) | S_IFLNK;
dentp->size = 0;
dentp->size = g_listpath ? sb.st_size : 0;
} else {
dentp->mode = sb.st_mode;
dentp->size = sb.st_size;


Loading…
Откажи
Сачувај