diff options
Diffstat (limited to 'newlib/libc/stdio/vsscanf.c')
-rw-r--r-- | newlib/libc/stdio/vsscanf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/stdio/vsscanf.c b/newlib/libc/stdio/vsscanf.c index 5ac6d09..16f8104 100644 --- a/newlib/libc/stdio/vsscanf.c +++ b/newlib/libc/stdio/vsscanf.c @@ -70,7 +70,6 @@ _DEFUN (_vsscanf_r, (ptr, str, fmt, ap), f._read = eofread1; f._ub._base = NULL; f._lb._base = NULL; - f._data = ptr; return __svfscanf_r (ptr, &f, fmt, ap); } |