changeset 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 676c6104ee22
children 0e2d7767c00d
files pwplib/decterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;