ソースを参照

Fix crash

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

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

@@ -5877,7 +5877,7 @@ nochange:
if (access(newpath, F_OK) == 0) /* File not removed */
continue;

if (ndents) {
if (cur) {
cur += (cur != (ndents - 1)) ? 1 : -1;
copycurname();
} else


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