Sfoglia il codice sorgente

Fix line count when editing selection

master
Arun Prakash Jana 5 anni fa
parent
commit
4f787fd59e
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      src/nnn.c

+ 3
- 0
src/nnn.c Vedi File

@@ -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…
Annulla
Salva