diff --git a/src/nnn.c b/src/nnn.c index 7d244b93..fdabfbb7 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3482,9 +3482,7 @@ nochange: } dents[cur].flags |= FILE_COPIED; - - printmsg(newpath); - goto nochange; + break; case SEL_COPYMUL: cfg.copymode ^= 1; if (cfg.copymode) {