mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
* stdio-common/vfprintf.c (vfprintf): Also set `is_long' if the
long long modifier is seen.
This commit is contained in:
@@ -1471,6 +1471,7 @@ vfprintf (FILE *s, const CHAR_T *format, va_list ap)
|
||||
allowed to follow. */
|
||||
LABEL (mod_longlong):
|
||||
is_long_double = 1;
|
||||
is_long = 1;
|
||||
JUMP (*++f, step4_jumps);
|
||||
|
||||
LABEL (mod_size_t):
|
||||
|
Reference in New Issue
Block a user