Typo corrected.
authorRichard Levitte <levitte@openssl.org>
Mon, 28 Feb 2000 11:30:31 +0000 (11:30 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 28 Feb 2000 11:30:31 +0000 (11:30 +0000)
crypto/bio/b_print.c

index b8d94369b3f593ae54ae5a27009eac0362eacaf4..2a5e8b58c9c44f531709c10fcf0219fd48301585 100644 (file)
@@ -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,