Просмотр исходного кода

Fix line count when editing selection

master
Arun Prakash Jana 4 лет назад
Родитель
Сommit
4f787fd59e
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 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;


Загрузка…
Отмена
Сохранить