diff options
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/vfscanf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index 48aa059b9d..bc7acd60de 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -528,6 +528,7 @@ __vfscanf (FILE *s, const char *format, va_list argptr) if (width > 0) --width; + ADDW (c); (void) inchar (); if (width != 0 && tolower (c) == 'x') |