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
1 changed files with 1 additions and 1 deletions

View File

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