From: Richard Levitte Date: Mon, 28 Feb 2000 11:30:31 +0000 (+0000) Subject: Typo corrected. X-Git-Tag: OpenSSL_0_9_5a-beta1~156 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=42a9af38e7155854367feceaf6730695b33fd107;p=oweals%2Fopenssl.git Typo corrected. --- diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c index b8d94369b3..2a5e8b58c9 100644 --- a/crypto/bio/b_print.c +++ b/crypto/bio/b_print.c @@ -315,7 +315,7 @@ dopr( flags |= DP_F_UNSIGNED; switch (cflags) { case DP_C_SHORT: - value = (unsigned short int)va_arg(args, int); + value = (unsigned short int)va_arg(args, unsigned int); break; case DP_C_LONG: value = (LLONG) va_arg(args,