forked from len0rd/rockbox
Fixed screendump for iPod Mini.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11088 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8b08935a3b
commit
ceac1733c5
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ void screen_dump(void)
|
|||
unsigned char *dst = line_block;
|
||||
|
||||
memset(line_block, 0, sizeof(line_block));
|
||||
for (bx = LCD_WIDTH/4; bx > 0; bx--)
|
||||
for (bx = (LCD_WIDTH+3)/4; bx > 0; bx--)
|
||||
{
|
||||
unsigned src_byte = *src++;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue