summaryrefslogtreecommitdiff
path: root/apps/buffering.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/buffering.c')
-rw-r--r--apps/buffering.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/buffering.c b/apps/buffering.c
index 6160869498..1e643c5771 100644
--- a/apps/buffering.c
+++ b/apps/buffering.c
@@ -861,7 +861,7 @@ static int load_bitmap(int fd)
861 get_albumart_size(bmp); 861 get_albumart_size(bmp);
862 862
863 rc = read_bmp_fd(fd, bmp, free, FORMAT_NATIVE|FORMAT_DITHER| 863 rc = read_bmp_fd(fd, bmp, free, FORMAT_NATIVE|FORMAT_DITHER|
864 FORMAT_RESIZE|FORMAT_KEEP_ASPECT); 864 FORMAT_RESIZE|FORMAT_KEEP_ASPECT, NULL);
865 return rc + (rc > 0 ? sizeof(struct bitmap) : 0); 865 return rc + (rc > 0 ? sizeof(struct bitmap) : 0);
866} 866}
867#endif 867#endif