fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28553 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f74a1aab64
commit
10807e85f6
1 changed files with 1 additions and 1 deletions
|
@ -1124,7 +1124,7 @@ static bool load_skin_bmp(struct wps_data *wps_data, struct bitmap *bitmap, char
|
|||
char* imgbuf = (char*)skin_buffer_alloc(buf_size);
|
||||
if (!imgbuf)
|
||||
{
|
||||
DEBUGF("Not enough skin buffer: need %ld more.\n",
|
||||
DEBUGF("Not enough skin buffer: need %zd more.\n",
|
||||
buf_size - skin_buffer_freespace());
|
||||
close(fd);
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue