From 5b2f479177d15e64b2ab6d07a3306ada6e60027c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 8 Aug 2010 13:33:10 +0000 Subject: Fix rectangle logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2831 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index f363cb126..966efa8fa 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -1185,3 +1185,7 @@ * examples/nsh/nsh_telnetd.c - Fix compilation errors that happen when both DHCPC and TELNETD are enabled in the Nuttshell. + * graphics/nxglib/fb/nxglib_moverectangle.c - Fix a logic error + that caused an uninitialized variable warning. I still don't + have a test to prove that the changes are correct. + -- cgit v1.2.3