diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-16 18:40:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-16 18:40:30 +0000 |
commit | 78b385b834d450d4c633279eb26aba04d8aa509b (patch) | |
tree | 89697bb1d03e465bcc5b9f20f2ccf8b1d65e3ae6 /locale | |
parent | d21f703a09bf2dc50c12fff4fdf309ba89b230e3 (diff) | |
download | glibc-78b385b834d450d4c633279eb26aba04d8aa509b.tar.gz glibc-78b385b834d450d4c633279eb26aba04d8aa509b.tar.xz glibc-78b385b834d450d4c633279eb26aba04d8aa509b.zip |
Update.
2001-02-16 Ulrich Drepper <drepper@redhat.com> * locale/programs/ld-address.c (address_finish): Add 'S' to allow formats for postal_fmt. 2001-02-16 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Add __ftruncate64 alias. * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (ftruncate): Likewise. 2001-02-15 David Mosberger <davidm@hpl.hp.com> * sysdeps/unix/sysv/linux/ia64/__longjmp.S (__longjmp): No need to do "loadrs". Writing to bspstore already takes care of invalidating the "clean" partition.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/programs/ld-address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/ld-address.c b/locale/programs/ld-address.c index a2b17bbccb..ed5860dcf6 100644 --- a/locale/programs/ld-address.c +++ b/locale/programs/ld-address.c @@ -161,7 +161,7 @@ address_finish (struct localedef_t *locale, struct charmap_t *charmap) if (*++cp == 'R') /* Romanize-flag. */ ++cp; - if (strchr ("afdbshNtreCzTc%", *cp) == NULL) + if (strchr ("afdbshNtreCzTSc%", *cp) == NULL) { error (0, 0, _("\ %s: invalid escape `%%%c' sequence in field `%s'"), |