* locale/programs/repertoire.c (repertoire_new_char): NUL
	terminated names of character in range.
This commit is contained in:
Ulrich Drepper 2000-02-15 07:37:37 +00:00
parent 9e7e37198f
commit 1c95408c74
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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);