mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
* locale/programs/repertoire.c (repertoire_new_char): NUL terminated names of character in range.
This commit is contained in:
parent
9e7e37198f
commit
1c95408c74
@ -1,5 +1,8 @@
|
||||
2000-02-14 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locale/programs/repertoire.c (repertoire_new_char): NUL
|
||||
terminated names of character in range.
|
||||
|
||||
* stdio-common/vfprintf.c (vfprintf): Initialize thousands_sep.
|
||||
Define and initialize use_outdigits in the inner loops.
|
||||
|
||||
|
@ -462,6 +462,7 @@ hexadecimal range format should use only capital characters"));
|
||||
|
||||
obstack_printf (ob, decimal_ellipsis ? "%.*s%0*d" : "%.*s%0*X",
|
||||
prefix_len, from, len1 - prefix_len, cnt);
|
||||
obstack_1grow (ob, '\0');
|
||||
|
||||
insert_entry (ht, buf, len1,
|
||||
(void *) (unsigned long int) this_value);
|
||||
|
Loading…
Reference in New Issue
Block a user