aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index d1289f4..c484e57 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -898,7 +898,6 @@ static void endselection(void)
if (selbufpos) { /* File path(s) written to the buffer */
writesel(pselbuf, selbufpos - 1); /* Truncate NULL from end */
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
- selbufpos = 0;
}
}