From: Arun Prakash Jana Date: Thu, 4 Mar 2021 12:21:57 +0000 (+0530) Subject: Fix #864 X-Git-Tag: v3.6~11 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c7140e6758f4856322ca492610209126a6ed3b8b;p=nnn.git Fix #864 --- diff --git a/src/nnn.c b/src/nnn.c index d6269acb..3f352697 100644 --- 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;