about summary refs log tree commit diff
path: root/wcsmbs/isoc99_vfwscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/isoc99_vfwscanf.c')
-rw-r--r--wcsmbs/isoc99_vfwscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/isoc99_vfwscanf.c b/wcsmbs/isoc99_vfwscanf.c
index 7beb45b4d3..f70c6b596d 100644
--- a/wcsmbs/isoc99_vfwscanf.c
+++ b/wcsmbs/isoc99_vfwscanf.c
@@ -28,7 +28,7 @@ __isoc99_vfwscanf (FILE *stream, const wchar_t *format, va_list args)
 
   _IO_acquire_lock_clear_flags2 (stream);
   stream->_flags2 |= _IO_FLAGS2_SCANF_STD;
-  done = _IO_vfwscanf (stream, format, args, NULL);
+  done = __vfwscanf_internal (stream, format, args, 0);
   _IO_release_lock (stream);
   return done;
 }