Avoid warning.

This commit is contained in:
Bodo Möller 1999-06-10 18:03:14 +00:00
parent b7d135b353
commit 247cf8d279

View File

@ -71,7 +71,7 @@ int BIO_dump(BIO *bio, const char *s, int len)
{
int ret=0;
char buf[160+1],tmp[20];
int i,j,rows,trunc;
unsigned int i,j,rows,trunc;
unsigned char ch;
trunc=0;