do the lcd_puts() properly for the recorder too

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@682 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-05-24 09:02:35 +00:00
parent 66b2cd06b0
commit 96a10e22af

View file

@ -45,7 +45,7 @@ void panicf( char *fmt, ...)
lcd_puts(0,0,panic_buf);
#elif defined(HAVE_LCD_BITMAP)
lcd_clear_display();
lcd_puts(0,0,panic_buf, 0);
lcd_puts(0,0,panic_buf);
lcd_update();
#else
/* no LCD */