소스 검색

Show message on invalid key

master
Arun Prakash Jana 5 년 전
부모
커밋
9dee99b456
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      src/nnn.c

+ 1
- 2
src/nnn.c 파일 보기

@@ -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;
}



불러오는 중...
취소
저장