diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-07-29 15:59:52 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-07-29 15:59:52 +0000 |
commit | 1ce6c1300b11dcd825ee372b9354607f5069a6f1 (patch) | |
tree | 67990009472995b855931e265aebae3d42649e12 /stdio-common | |
parent | 6220c7e39166e868f668aa70cf3fb88ace484561 (diff) |
Updated to fedora-glibc-20050729T1531
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/fxprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/fxprintf.c b/stdio-common/fxprintf.c index 6fecb31fb7..ff6a98e94b 100644 --- a/stdio-common/fxprintf.c +++ b/stdio-common/fxprintf.c @@ -47,7 +47,7 @@ __fxprintf (FILE *fp, const char *fmt, ...) res = __vfwprintf (fp, wfmt, ap); } else - res = _IO_vfprintf (fp, fmt, ap); + res = INTUSE(_IO_vfprintf) (fp, fmt, ap); va_end (ap); |