diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2008-04-17 22:17:54 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2008-04-17 22:17:54 +0000 |
| commit | 1e98f88776fc606df245a382685b1ac634a81389 (patch) | |
| tree | b259dd878c8cb0ee9fb15608aebb9453ad10e7b1 /lib/libc/stdio/xprintf.c | |
| parent | aba7c5b84b764f7dcb96c651735aa1bb10348d34 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/xprintf.c')
| -rw-r--r-- | lib/libc/stdio/xprintf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/xprintf.c b/lib/libc/stdio/xprintf.c index 41ee4abca39d..df4b7d224edf 100644 --- a/lib/libc/stdio/xprintf.c +++ b/lib/libc/stdio/xprintf.c @@ -583,7 +583,8 @@ __v3printf(FILE *fp, const char *fmt, int pct, va_list ap) fake._file = fp->_file; fake._cookie = fp->_cookie; fake._write = fp->_write; - fake._extra = fp->_extra; + fake._orientation = fp->_orientation; + fake._mbstate = fp->_mbstate; /* set up the buffer */ fake._bf._base = fake._p = buf; |
