diff options
Diffstat (limited to 'newlib/libc/stdio/vsscanf.c')
-rw-r--r-- | newlib/libc/stdio/vsscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/vsscanf.c b/newlib/libc/stdio/vsscanf.c index 9bb7c0c3e..566823add 100644 --- a/newlib/libc/stdio/vsscanf.c +++ b/newlib/libc/stdio/vsscanf.c @@ -71,5 +71,5 @@ _DEFUN(_vsscanf_r, (ptr, str, fmt, ap), f._ub._base = NULL; f._lb._base = NULL; f._file = -1; /* No file. */ - return __svfscanf_r (ptr, &f, fmt, ap); + return __ssvfscanf_r (ptr, &f, fmt, ap); } |