ソースを参照

Commented check

master
Arun Prakash Jana 6年前
コミット
c7f83dd179
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      src/nnn.c

+ 4
- 0
src/nnn.c ファイルの表示

@@ -3215,6 +3215,10 @@ nochange:
if (getppid() == 1)
_exit(0);

/* Check if CWD is deleted to avoid hang, bad idea */
//if (access(path, F_OK))
// return;

sel = nextsel(presel);
if (presel)
presel = 0;


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