mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 05:35:20 -05:00
fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19440 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
524c5409c3
commit
676fd32c96
1 changed files with 1 additions and 1 deletions
|
|
@ -702,7 +702,7 @@ int resize_on_load(struct bitmap *bm, bool dither, struct dim *src,
|
||||||
0 : needed];
|
0 : needed];
|
||||||
if (len && buf)
|
if (len && buf)
|
||||||
#endif
|
#endif
|
||||||
len = (unsigned int)align_buffer((void**)&buf, len,
|
len = (unsigned int)align_buffer(PUN_PTR(void**, &buf), len,
|
||||||
sizeof(uint32_t));
|
sizeof(uint32_t));
|
||||||
if (needed > len)
|
if (needed > len)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue