forked from len0rd/rockbox
nx was undefined for the first execution of the while statement
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1131 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fe98041a81
commit
d3f373f7cb
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ void lcd_getstringsize(char *str, unsigned int font, int *w, int *h)
|
|||
void lcd_putspropxy(int x, int y, char *str, int thisfont)
|
||||
{
|
||||
int ch;
|
||||
int nx;
|
||||
int nx = char_dw_8x8_prop[*str][8] >> 4;
|
||||
int ny=8;
|
||||
unsigned char *src;
|
||||
int lcd_x = x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue