Show message on invalid key

This commit is contained in:
Arun Prakash Jana 2019-12-21 10:03:05 +05:30
parent 2863278790
commit 9dee99b456
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 2 deletions

View File

@ -1500,8 +1500,7 @@ static bool cpmvrm_selection(enum action sel, char *path, int *presel)
case SEL_CPMVAS:
r = get_input(messages[MSG_CP_MV_AS]);
if (r != 'c' && r != 'm') {
if (cfg.filtermode)
*presel = FILTER;
printwait(messages[MSG_INVALID_KEY], presel);
return FALSE;
}