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

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

@@ -832,7 +832,7 @@ static bool cpsafe(void)

/* Fail if selection file path isn't accessible */
if (access(g_cppath, R_OK | W_OK) == -1) {
printmsg("check selection file permission");
errno == ENOENT ? printmsg(messages[NONE_SELECTED]) : printwarn(NULL);
return FALSE;
}



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