comparison 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
comparison
equal deleted inserted replaced
60:676c6104ee22 61:0f616ade936a
128 &1: inverse 128 &1: inverse
129 &8: bright 129 &8: bright
130 &16: charset: P vs B 130 &16: charset: P vs B
131 */ 131 */
132 132
133 int tty_vt_dump(u8 *s,char*p,int x,int y) 133 int tty_vt_dump(u8 *s,unsigned char*p,int x,int y)
134 { 134 {
135 TEMPMALL(u8,tmp,pwplib.videobuf.width*pwplib.videobuf.height*16), 135 TEMPMALL(u8,tmp,pwplib.videobuf.width*pwplib.videobuf.height*16),
136 *d=tmp,skip=0,skipy=0; 136 *d=tmp,skip=0,skipy=0;
137 137
138 skipy=1; 138 skipy=1;