From badee43656b6e4ad357bb99b8333dc814b4b753f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Oct 2002 07:41:33 +0000 Subject: [PATCH] =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Dang=20Ngoc=20pointed=20ou?= =?UTF-8?q?t=20a=20bug=20in=20the=20lcd=5Fupdate=5Frect()=20for=20X11.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2495 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/lcd-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uisimulator/x11/lcd-x11.c b/uisimulator/x11/lcd-x11.c index 7547008172..c28a2b9528 100644 --- a/uisimulator/x11/lcd-x11.c +++ b/uisimulator/x11/lcd-x11.c @@ -115,7 +115,7 @@ void lcd_update_rect(int x_start, int y_start, if(ymax >= LCD_HEIGHT/8) ymax = LCD_HEIGHT/8-1; - for(; yline