瀏覽代碼

Simplify check

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

+ 1
- 4
src/nnn.c 查看文件

@@ -3867,10 +3867,7 @@ nochange:
}

if (S_ISREG(sb.st_mode)) {
if (ndents)
tmp = dents[cur].name;
else
tmp = NULL;
tmp = ndents ? dents[cur].name : NULL;
spawn(shell, scriptpath, tmp, path, F_NORMAL | F_SIGINT);
}
break;


Loading…
取消
儲存