소스 검색

Add check for empty selection

nop when empty
master
KlzXS 3 년 전
부모
커밋
a27568824e
No known key found for this signature in database GPG 키 ID: FF9B81B098D5BACA
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      src/nnn.c

+ 5
- 0
src/nnn.c 파일 보기

@@ -2084,6 +2084,11 @@ static bool cpmvrm_selection(enum action sel, char *path)
{
int r;

if (!selbufpos) {
printmsg(messages[MSG_0_SELECTED]);
return FALSE;
}

if (!selsafe())
return FALSE;



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