ソースを参照

Selection should not be blocked if no files

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

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

@@ -3090,9 +3090,6 @@ nochange:
printmsg(newpath);
goto nochange;
case SEL_COPYMUL:
if (!ndents)
goto nochange;

cfg.copymode ^= 1;
if (cfg.copymode) {
g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));


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