瀏覽代碼

Add check for empty selection

nop when empty
master
KlzXS 3 年之前
父節點
當前提交
a27568824e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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;



Loading…
取消
儲存