Sfoglia il codice sorgente

Fix crash while writing selection to file

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

+ 1
- 1
src/nnn.c Vedi File

@@ -818,7 +818,7 @@ static ssize_t selectiontofd(int fd)
if (pos <= lastpos) {
if (write(fd, "\n", 1) != 1)
return pos;
pbuf += pos + 1;
pbuf += len + 1;
}
++pos;
}


Loading…
Annulla
Salva