From edab98ab6d0b121dee6dd6f0e12cbb544935b287 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 18 May 2021 07:57:38 +0530 Subject: [PATCH] Fix opener key for archive --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.48.1