Add %F format support.
authorUlrich Drepper <drepper@redhat.com>
Wed, 23 Aug 2000 16:53:42 +0000 (16:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 23 Aug 2000 16:53:42 +0000 (16:53 +0000)
stdio-common/vfscanf.c

index 0731c56..1d9fd3e 100644 (file)
@@ -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'):