1
0
Fork 0
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:
Felix Arends 2002-06-21 12:30:08 +00:00
parent fe98041a81
commit d3f373f7cb

View file

@ -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;