From: Arun Prakash Jana Date: Sat, 8 Dec 2018 09:24:56 +0000 (+0530) Subject: Selection should not be blocked if no files X-Git-Tag: v2.2~46 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=efc7af0c9ce93a3d461679eba6ab801a46f7ad9d;p=nnn.git Selection should not be blocked if no files --- 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));