aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/paste.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/paste.c')
-rw-r--r--toys/posix/paste.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/posix/paste.c b/toys/posix/paste.c
index 508b3518..42e6a287 100644
--- a/toys/posix/paste.c
+++ b/toys/posix/paste.c
@@ -83,7 +83,6 @@ static void paste_files(void)
dpos++;
}
}
- dpos++;
} else {
while (0<(dlen = mbtowc(&wc, dpos, 99))) {
dpos += dlen;