Selection should not be blocked if no files

This commit is contained in:
Arun Prakash Jana 2018-12-08 14:54:56 +05:30
parent d029918282
commit efc7af0c9c
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 3 deletions

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