aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 0591c07..682e9aa 100644
--- a/src/nnn.c
+++ b/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));