From 1000d1e5bb16b0997a650f84c0605e1d2dc5f878 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 9 Aug 2000 09:31:00 +0000 Subject: * stdio-common/vfprintf.c (vfprintf): Also set `is_long' if the long long modifier is seen. --- stdio-common/vfprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common/vfprintf.c') diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index c67af60..216ab29 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -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): -- cgit v1.1