Browse Source

Selection should not be blocked if no files

master
Arun Prakash Jana 5 years ago
parent
commit
efc7af0c9c
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/nnn.c

+ 0
- 3
src/nnn.c View File

@@ -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));


Loading…
Cancel
Save