Selaa lähdekoodia

Fix line count when editing selection

master
Arun Prakash Jana 5 vuotta sitten
vanhempi
commit
4f787fd59e
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. +3
    -0
      src/nnn.c

+ 3
- 0
src/nnn.c Näytä tiedosto

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


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

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


||||||
x
 
000:0
Loading…
Peruuta
Tallenna