瀏覽代碼

Remove redundant calls

master
Arun Prakash Jana 4 年之前
父節點
當前提交
1195dc86e0
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 3 次插入6 次删除
  1. +3
    -6
      src/nnn.c

+ 3
- 6
src/nnn.c 查看文件

@@ -221,7 +221,7 @@ typedef struct entry {
off_t size;
blkcnt_t blocks; /* number of 512B blocks allocated */
mode_t mode;
ushort nlen; /* Length of file name; can be uchar (< NAME_MAX + 1) */
ushort nlen; /* Length of file name */
uchar flags; /* Flags specific to the file */
} *pEntry;

@@ -3719,13 +3719,10 @@ static void handle_archive(char *fpath, const char *dir, char op)
arg[1] = op;
}

if (op == 'x') { /* extract */
if (op == 'x') /* extract */
spawn(util, arg, fpath, dir, F_NORMAL);
} else { /* list */
exitcurses();
else /* list */
get_output(NULL, 0, util, arg, fpath, TRUE);
refresh();
}
}

static char *visit_parent(char *path, char *newpath, int *presel)


Loading…
取消
儲存