提交 7184ef12 编写于 作者: R Richard Levitte

Cast to avoid signedness confusion

上级 93caba12
......@@ -594,7 +594,7 @@ int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
else
{
len=BIO_gets(bp,(char *)buf,BUFSIZE);
if (len <0)
if ((int)len <0)
{
ERR_print_errors(bio_err);
return 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册