Update of /cvsroot/rockbox/firmware/drivers
In directory usw-pr-cvs1:/tmp/cvs-serv29912/firmware/drivers
Modified Files:
lcd-recorder.c
Log Message:
Corrected the ones[] and zeros[] arrays
Index: lcd-recorder.c
===================================================================
RCS file: /cvsroot/rockbox/firmware/drivers/lcd-recorder.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- lcd-recorder.c 23 Sep 2002 11:17:51 -0000 1.1
+++ lcd-recorder.c 24 Sep 2002 12:38:08 -0000 1.2
@@ -96,8 +96,9 @@
#endif
/* All zeros and ones bitmaps for area filling */
-static unsigned char zeros[8] = { 0 };
-static unsigned char ones[8] = { 0xff };
+static unsigned char zeros[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };
+static unsigned char ones[8] = { 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff};
#ifdef SIMULATOR
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|