Fix opener key for archive

This commit is contained in:
Arun Prakash Jana 2021-05-18 07:57:38 +05:30
parent bb5642291c
commit edab98ab6d

View file

@ -6408,7 +6408,7 @@ nochange:
goto begin; goto begin;
} }
if (r != 'd') { if (r != 'o') {
printwait(messages[MSG_INVALID_KEY], &presel); printwait(messages[MSG_INVALID_KEY], &presel);
goto nochange; goto nochange;
} }