# HG changeset patch # User Matti Hamalainen # Date 1310201479 -10800 # Node ID 0f616ade936a84c44852b16221e869574d60cc07 # Parent 676c6104ee220e82ed4540d009efb2f1a30b313b Change char -> unsigned char pointer to fix a warning. diff -r 676c6104ee22 -r 0f616ade936a pwplib/decterm.c --- 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;