summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/buffering.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/buffering.c b/apps/buffering.c
index 451fa661ee..5fda50198f 100644
--- a/apps/buffering.c
+++ b/apps/buffering.c
@@ -685,7 +685,7 @@ static bool buffer_handle(int handle_id)
685 /* stop buffering data for now and post-pone buffering the rest */ 685 /* stop buffering data for now and post-pone buffering the rest */
686 stop = true; 686 stop = true;
687 DEBUGF( "%s(): Preventing handle corruption: h1.id:%d h2.id:%d" 687 DEBUGF( "%s(): Preventing handle corruption: h1.id:%d h2.id:%d"
688 " copy_n:%zu overlap:%ld h1.filerem:%lu\n", __func__, 688 " copy_n:%lu overlap:%zd h1.filerem:%lu\n", __func__,
689 h->id, h->next->id, (unsigned long)copy_n, overlap, 689 h->id, h->next->id, (unsigned long)copy_n, overlap,
690 (unsigned long)h->filerem); 690 (unsigned long)h->filerem);
691 copy_n -= overlap; 691 copy_n -= overlap;