diff options
-rw-r--r-- | apps/gui/skin_engine/skin_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c index a0466a8dbd..2aa0f66da0 100644 --- a/apps/gui/skin_engine/skin_parser.c +++ b/apps/gui/skin_engine/skin_parser.c @@ -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; |