Consistently use signed char so gcc4 won't complain

This commit is contained in:
delphij 2005-05-02 10:23:03 +00:00
parent 4497410a32
commit 60c19065cd

View File

@ -241,7 +241,7 @@ zwrite(void *cookie, const char *wbp, int num)
code_int i;
int c, disp;
struct s_zstate *zs;
const u_char *bp;
const char *bp;
u_char tmp;
int count;