about summary refs log tree commit diff
path: root/stdio-common
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/vfprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c
index a3f6754433..c2cf1a2447 100644
--- a/stdio-common/vfprintf.c
+++ b/stdio-common/vfprintf.c
@@ -1353,7 +1353,7 @@ vfprintf (FILE *s, const CHAR_T *format, va_list ap)
 
     LABEL (flag_i18n):
       use_outdigits = 1;
-      break;
+      JUMP (*++f, step0_jumps);
 
       /* Get width from argument.  */
     LABEL (width_asterics):