diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2006-09-21 14:40:20 +0000 | 
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2006-09-21 14:40:20 +0000 | 
| commit | 500b77c7edec133f2f2bf2c4948b447b6338878b (patch) | |
| tree | c55109d9324c92e9e480e386ce9a2a0b3cef90c4 /lib/libc/stdio/vfprintf.c | |
| parent | cf81114dc4c0ef0402dd5e203f7deea9f8438706 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/vfprintf.c')
| -rw-r--r-- | lib/libc/stdio/vfprintf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c index df4bac29cb11..58e7a1f96101 100644 --- a/lib/libc/stdio/vfprintf.c +++ b/lib/libc/stdio/vfprintf.c @@ -1546,7 +1546,7 @@ done:  			(*argtable) [n].sizearg = va_arg (ap, size_t);  			break;  		    case TP_SIZET: -			(*argtable) [n].psizearg = va_arg (ap, ssize_t *); +			(*argtable) [n].psizearg = va_arg (ap, size_t *);  			break;  		    case T_INTMAXT:  			(*argtable) [n].intmaxarg = va_arg (ap, intmax_t);  | 
