mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers processing
This commit is contained in:
parent
c2a27453c6
commit
fa08ba8b23
@ -423,9 +423,9 @@ _DEFUN(__SVFSCANF_R, (rptr, fp, fmt0, ap),
|
||||
return EOF;
|
||||
|
||||
#ifdef FLOATING_POINT
|
||||
case 'e':
|
||||
case 'f':
|
||||
case 'g':
|
||||
case 'e': case 'E':
|
||||
case 'f': case 'F':
|
||||
case 'g': case 'G':
|
||||
scan_data.code = CT_FLOAT;
|
||||
break;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user