Explorar el Código

Fix line count when editing selection

master
Arun Prakash Jana hace 5 años
padre
commit
4f787fd59e
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      src/nnn.c

+ 3
- 0
src/nnn.c Ver fichero

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


Cargando…
Cancelar
Guardar