From fcb3f0be7cf755c09970aef69d46c183779dc6f7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 10 Jul 2011 22:35:35 +0000 Subject: Fix more NXTEXT bugs -- seems to be working now git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3768 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nxtext/nxtext_putc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/nxtext/nxtext_putc.c') diff --git a/apps/examples/nxtext/nxtext_putc.c b/apps/examples/nxtext/nxtext_putc.c index 81fe3aae2..b9c9417a8 100644 --- a/apps/examples/nxtext/nxtext_putc.c +++ b/apps/examples/nxtext/nxtext_putc.c @@ -572,7 +572,7 @@ void nxtext_fillchar(NXWINDOW hwnd, FAR const struct nxgl_rect_s *rect, if (!nxgl_nullrect(&intersection)) { - FAR const void *src = (FAR const void *)glyph->bitmap; + FAR const void *src; /* Find (or create) the glyph that goes with this font */ -- cgit v1.2.3