projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b7aee1
)
Typo corrected.
author
Richard Levitte
<levitte@openssl.org>
Mon, 28 Feb 2000 11:30:31 +0000
(11:30 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 28 Feb 2000 11:30:31 +0000
(11:30 +0000)
crypto/bio/b_print.c
patch
|
blob
|
history
diff --git
a/crypto/bio/b_print.c
b/crypto/bio/b_print.c
index b8d94369b3f593ae54ae5a27009eac0362eacaf4..2a5e8b58c9c44f531709c10fcf0219fd48301585 100644
(file)
--- 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,