Arun Prakash Jana
6 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
1 additions and
1 deletions
-
src/nnn.c
|
|
@@ -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; |
|
|
|
} |
|
|
|