summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2023-11-21 16:45:04 -0500
committerSolomon Peachy <pizza@shaftnet.org>2023-11-21 16:48:57 -0500
commit6e90bfe029fc69ad5a3b0e34b60b8a50f9105c2c (patch)
tree2c1ae0ef37af03cbaaaf44d2b355996fa1932bbe /apps/filetree.c
parent92e77ddbd86be6d2144bf9b81de111adbd2cc7a0 (diff)
downloadrockbox-6e90bfe029fc69ad5a3b0e34b60b8a50f9105c2c.tar.gz
rockbox-6e90bfe029fc69ad5a3b0e34b60b8a50f9105c2c.zip
lcd-color: Fix mpeg_player regression introduced in 034b6d5b
The lcd_blit_yuv() function shadowed a variable, but was "fixed" by removing the inner declaration entirely, causing the inner loop to clobber a variable used by the outer loop. Fix this by declaring these variables independently, and for clarity moved the inner loop declarations to a narrower scope. Change-Id: I07652199929b84298b783374b8551a49baf093f3
Diffstat (limited to 'apps/filetree.c')
0 files changed, 0 insertions, 0 deletions