diff --git a/src/nnn.c b/src/nnn.c index 0591c07b..682e9aa5 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));