Kaynağa Gözat

Fix line count when editing selection

master
Arun Prakash Jana 5 yıl önce
ebeveyn
işleme
4f787fd59e
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      src/nnn.c

+ 3
- 0
src/nnn.c Dosyayı Görüntüle

@@ -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;


Yükleniyor…
İptal
Kaydet