From: Arun Prakash Jana Date: Tue, 18 May 2021 02:27:38 +0000 (+0530) Subject: Fix opener key for archive X-Git-Tag: v4.1~39 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=edab98ab6d0b121dee6dd6f0e12cbb544935b287;p=nnn.git Fix opener key for archive --- diff --git a/src/nnn.c b/src/nnn.c index 1cbb7d2b..35a1bc99 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -6408,7 +6408,7 @@ nochange: goto begin; } - if (r != 'd') { + if (r != 'o') { printwait(messages[MSG_INVALID_KEY], &presel); goto nochange; }