bss_file.c: fix MSC 6.0 warning.

This commit is contained in:
Andy Polyakov 2010-03-22 22:38:56 +00:00
parent c3473126b1
commit 3dd303129f

View File

@ -274,7 +274,7 @@ static long MS_CALLBACK file_ctrl(BIO *b, int cmd, long num, void *ptr)
#endif
#ifdef UP_fsetmod
if (b->flags&BIO_FLAGS_UPLINK)
UP_fsetmod(b->ptr,num&BIO_FP_TEXT?'t':'b');
UP_fsetmod(b->ptr,(char)((num&BIO_FP_TEXT)?'t':'b'));
else
#endif
{