]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix #864
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 4 Mar 2021 12:21:57 +0000 (17:51 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 4 Mar 2021 12:21:57 +0000 (17:51 +0530)
src/nnn.c

index d6269acbe08d15c8368e49f2683e23d3af42f782..3f3526974094710dcce80645918d4b929d3b8031 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -2087,11 +2087,6 @@ static bool cpmvrm_selection(enum action sel, char *path)
 {
        int r;
 
-       if (!selbufpos) {
-               printmsg(messages[MSG_0_SELECTED]);
-               return FALSE;
-       }
-
        if (!selsafe())
                return FALSE;