From 42a9af38e7155854367feceaf6730695b33fd107 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 28 Feb 2000 11:30:31 +0000 Subject: [PATCH] Typo corrected. --- crypto/bio/b_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1