* 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>
* 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
elements.

View File

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

View File

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