From 233f5f68197f58c1e1ab06a70d6de1734c3b21db Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 23 Aug 2000 16:53:42 +0000 Subject: Add %F format support. --- stdio-common/vfscanf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common') diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index 0731c5656e..1d9fd3e174 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -1576,6 +1576,7 @@ __vfscanf (FILE *s, const char *format, va_list argptr) case L_('e'): /* Floating-point numbers. */ case L_('E'): case L_('f'): + case L_('F'): case L_('g'): case L_('G'): case L_('a'): -- cgit v1.2.3