diff pwplib/decterm.c @ 61:0f616ade936a

Change char -> unsigned char pointer to fix a warning.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 09 Jul 2011 11:51:19 +0300
parents 5d819ba6891c
children
line wrap: on
line diff
--- a/pwplib/decterm.c	Sat Jul 09 11:49:41 2011 +0300
+++ b/pwplib/decterm.c	Sat Jul 09 11:51:19 2011 +0300
@@ -130,7 +130,7 @@
    &16: charset: P vs B
 */
 
-int tty_vt_dump(u8 *s,char*p,int x,int y)
+int tty_vt_dump(u8 *s,unsigned char*p,int x,int y)
 {
   TEMPMALL(u8,tmp,pwplib.videobuf.width*pwplib.videobuf.height*16),
   *d=tmp,skip=0,skipy=0;