Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/vfscanf.c')
-rw-r--r--newlib/libc/stdio/vfscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/vfscanf.c b/newlib/libc/stdio/vfscanf.c
index fad6e91ab..662a92360 100644
--- a/newlib/libc/stdio/vfscanf.c
+++ b/newlib/libc/stdio/vfscanf.c
@@ -945,7 +945,7 @@ __svfscanf_r (rptr, fp, fmt0, ap)
#else /* !_NO_LONG_DBL */
long double res;
#endif /* !_NO_LONG_DBL */
- long new_exp;
+ long new_exp = 0;
*p = 0;
if ((flags & (DPTOK | EXPOK)) == EXPOK)