1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-13 03:22:30 +03:00
* locale/programs/ld-name.c (name_finish): Add missing format
	specifier to test for name_fmt.
This commit is contained in:
Ulrich Drepper
2000-06-24 18:53:49 +00:00
parent 17955ae22c
commit ae1aff7709
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
2000-06-24 Ulrich Drepper <drepper@redhat.com> 2000-06-24 Ulrich Drepper <drepper@redhat.com>
* locale/programs/ld-name.c (name_finish): Add missing format
specifier to test for name_fmt.
* locale/programs/ld-address.c (iso639): Correct length of string * locale/programs/ld-address.c (iso639): Correct length of string
elements. elements.

View File

@@ -122,7 +122,7 @@ name_finish (struct localedef_t *locale, struct charmap_t *charmap)
if (*++cp == 'R') if (*++cp == 'R')
/* Romanize-flag. */ /* Romanize-flag. */
++cp; ++cp;
if (strchr ("fFgGlomMpsSt", *cp) == NULL) if (strchr ("dfFgGlomMpsSt", *cp) == NULL)
{ {
error (0, 0, _("\ error (0, 0, _("\
%s: invalid escape sequence in field `%s'"), %s: invalid escape sequence in field `%s'"),

View File

@@ -271,6 +271,6 @@ CHARMAP
END CHARMAP END CHARMAP
WIDTH WIDTH
<SP>...<'?> 1 <U0020>...<U007E> 1
<NS>...<y:> 1 <U00A0>...<U00FF> 1
END WIDTH END WIDTH