about summary refs log tree commit diff
path: root/debug/fwprintf_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/fwprintf_chk.c')
-rw-r--r--debug/fwprintf_chk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/fwprintf_chk.c b/debug/fwprintf_chk.c
index aeb83077da..63167c1839 100644
--- a/debug/fwprintf_chk.c
+++ b/debug/fwprintf_chk.c
@@ -32,7 +32,7 @@ __fwprintf_chk (FILE *fp, int flag, const wchar_t *format, ...)
     fp->_flags2 |= _IO_FLAGS2_FORTIFY;
 
   va_start (ap, format);
-  done = _IO_vfwprintf (fp, format, ap);
+  done = __vfwprintf_internal (fp, format, ap, 0);
   va_end (ap);
 
   if (flag > 0)