diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-17 19:07:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-17 19:07:04 +0000 |
commit | 9d54e98421ecc160fc92238746651bf70f1683e1 (patch) | |
tree | 0fe26c116107ed2c3788f7d44742cb6f7589b121 /stdio-common | |
parent | a8e4c924e8cdd2db10de2175f73c70ad43aa931b (diff) | |
download | glibc-9d54e98421ecc160fc92238746651bf70f1683e1.zip glibc-9d54e98421ecc160fc92238746651bf70f1683e1.tar.gz glibc-9d54e98421ecc160fc92238746651bf70f1683e1.tar.bz2 |
Update.
* stdio-common/vfprintf.c (vfprintf): Fix handling of I flag.
more cases.
* stdlib/strfmon.c: Corrected problems with missing signs and
* sysdeps/unix/sysv/linux/alpha/syscall.S: Doc Fixes.
* manual/message.texi (Using gettextized software): Doc Fixes.
* manual/filesys.texi (File Size): Doc Fixes.
* manual/charset.texi (glibc iconv Implementation): Doc Fixes.
* locale/programs/ld-collate.c (collate_output): Doc Fixes.
* iconv/gconv_db.c (find_derivation): Doc Fixes.
* manual/install.texi: Doc Fixes.
* manual/search.texi (Hash Search Function): Doc Fixes.
* manual/stdio.texi (Output Conversion Syntax): Doc Fixes.
* FAQ.in: Doc Fixes.
* config.h.in: Doc Fixes.
* sysdeps/generic/dl-sysdep.c: Doc Fixes.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/vfprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index a3f6754..c2cf1a2 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): |