summaryrefslogtreecommitdiff
path: root/stdio/vfprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio/vfprintf.c')
-rw-r--r--stdio/vfprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio/vfprintf.c b/stdio/vfprintf.c
index c480a93ab9..1b773e7b02 100644
--- a/stdio/vfprintf.c
+++ b/stdio/vfprintf.c
@@ -338,7 +338,7 @@ DEFUN(vfprintf, (s, format, args),
/* Check for type modifiers. */
is_short = is_long = is_long_double = 0;
- while (*f == 'h' || *f == 'l' || *f == 'L' || *f == 'q')
+ while (*f == 'h' || *f == 'l' || *f == 'L' || *f == 'q' || *f == 'Z')
switch (*f++)
{
case 'h':