浏览代码
Commented check
master
Arun Prakash Jana
5 年前
找不到此签名对应的密钥
GPG 密钥 ID: A75979F35C080412
共有
1 个文件被更改,包括
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; |
|
|
|