--- src/pv/transfer.c.org	2020-05-12 03:53:17 +0000
+++ src/pv/transfer.c	2020-05-12 03:53:38 +0000
@@ -237,7 +237,7 @@
 			bytes_to_splice = bytes_can_read;
 
 		nread = splice(fd, NULL, STDOUT_FILENO, NULL,
-			       bytes_to_splice, SPLICE_F_MORE);
+			       bytes_to_splice);
 
 		state->splice_used = 1;
 		if ((nread < 0) && (EINVAL == errno)) {
