eliminated compiler warnings

This commit is contained in:
boercher
2005-10-25 22:34:07 +00:00
parent 305c5856cd
commit bba4631370
8 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ MtxOrb_init (Driver *drvthis)
/* Make sure the frame buffer is there... */
if (!p->framebuf)
p->framebuf = (unsigned char *)
p->framebuf = (char *)
malloc (p->widthBYheight);
memset (p->framebuf, ' ', p->widthBYheight);