summaryrefslogtreecommitdiffstats
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 c477b4e0f0..676d05d3d6 100644
--- a/apps/buffering.c
+++ b/apps/buffering.c
@@ -684,7 +684,7 @@ static bool buffer_handle(int handle_id)
/* stop buffering data for now and post-pone buffering the rest */
stop = true;
DEBUGF( "%s(): Preventing handle corruption: h1.id:%d h2.id:%d"
- " copy_n:%ld overlap:%ld h1.filerem:%ld\n", __func__,
+ " copy_n:%lu overlap:%ld h1.filerem:%lu\n", __func__,
h->id, h->next->id, copy_n, overlap, h->filerem);
copy_n -= overlap;
}