瀏覽代碼
Add check for empty selection
nop when empty
master
KlzXS
3 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key 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; |
|
|
|
|
|
|
|