Hopefully the last warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26036 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ed566826f5
commit
759cfece4b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue