소스 검색
Add check for empty selection
nop when empty
master
KlzXS
3 년 전
No known key found for this signature in database
GPG 키 ID: FF9B81B098D5BACA
1개의 변경된 파일과
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; |
|
|
|
|
|
|
|