瀏覽代碼

Fix line count when editing selection

master
Arun Prakash Jana 4 年之前
父節點
當前提交
4f787fd59e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      src/nnn.c

+ 3
- 0
src/nnn.c 查看文件

@@ -1007,6 +1007,9 @@ static bool editselection(void)
}
}

/* Add a line for the last file */
++lines;

if (lines > nselected) {
DPRINTF_S("files added to selection");
goto emptyedit;


Loading…
取消
儲存