1
0
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:
Andreas Schwab
2000-08-09 09:31:00 +00:00
parent bce0e5172b
commit 1000d1e5bb
2 changed files with 4 additions and 0 deletions

View File

@@ -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):