about summary refs log tree commit diff
path: root/debug/wprintf_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/wprintf_chk.c')
-rw-r--r--debug/wprintf_chk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/wprintf_chk.c b/debug/wprintf_chk.c
index 17023b6bb4..819050e5af 100644
--- a/debug/wprintf_chk.c
+++ b/debug/wprintf_chk.c
@@ -33,7 +33,7 @@ __wprintf_chk (int flag, const wchar_t *format, ...)
     stdout->_flags2 |= _IO_FLAGS2_FORTIFY;
 
   va_start (ap, format);
-  done = _IO_vfwprintf (stdout, format, ap);
+  done = __vfwprintf_internal (stdout, format, ap, 0);
   va_end (ap);
 
   if (flag > 0)