1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Fix parsing of 0e+0 as float

This commit is contained in:
Andreas Schwab
2013-10-31 12:51:03 +01:00
parent 28d708c44b
commit a4966c6104
4 changed files with 46 additions and 2 deletions

View File

@@ -1966,6 +1966,8 @@ _IO_vfscanf_internal (_IO_FILE *s, const char *format, _IO_va_list argptr,
if (width > 0)
--width;
}
else
got_digit = 1;
}
while (1)