From 33afcec6631fc68bcee8bfbc8e2c9ab002942797 Mon Sep 17 00:00:00 2001 From: gevaerts Date: Fri, 14 May 2010 22:24:38 +0000 Subject: [PATCH] Hopefully the last warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26036 a1c6a512-1295-4272-9138-f99709370657 --- apps/buffering.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/buffering.c b/apps/buffering.c index 451fa661e..5fda50198 100644 --- a/apps/buffering.c +++ b/apps/buffering.c @@ -685,7 +685,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:%zu overlap:%ld h1.filerem:%lu\n", __func__, + " copy_n:%lu overlap:%zd h1.filerem:%lu\n", __func__, h->id, h->next->id, (unsigned long)copy_n, overlap, (unsigned long)h->filerem); copy_n -= overlap; -- 2.11.4.GIT