aboutsummaryrefslogtreecommitdiff
path: root/libio/wscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/wscanf.c')
-rw-r--r--libio/wscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/wscanf.c b/libio/wscanf.c
index c8cdad0..fe27ff6 100644
--- a/libio/wscanf.c
+++ b/libio/wscanf.c
@@ -30,7 +30,7 @@ __wscanf (const wchar_t *format, ...)
int done;
va_start (arg, format);
- done = _IO_vfwscanf (stdin, format, arg, NULL);
+ done = __vfwscanf_internal (stdin, format, arg, 0);
va_end (arg);
return done;