Typo corrected.

This commit is contained in:
Richard Levitte
2000-02-28 11:30:31 +00:00
parent 1b7aee1d4e
commit 42a9af38e7

View 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,