mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Update.
2000-08-23 Andreas Jaeger <aj@suse.de> * locale/programs/ld-ctype.c (ctype_read): Fix parameter for lr_error.
This commit is contained in:
parent
39d4e06f6d
commit
0232a3ae6c
@ -1,3 +1,8 @@
|
||||
2000-08-23 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* locale/programs/ld-ctype.c (ctype_read): Fix parameter for
|
||||
lr_error.
|
||||
|
||||
2000-08-23 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Use
|
||||
|
@ -2742,7 +2742,7 @@ previous definition was here"));
|
||||
{
|
||||
/* Nothing found. We tell the user. */
|
||||
lr_error (ldfile, _("\
|
||||
%s: no representable `default_missing' definition found"), LC_CTYPE);
|
||||
%s: no representable `default_missing' definition found"), "LC_CTYPE");
|
||||
break;
|
||||
}
|
||||
if (now->tok != tok_semicolon)
|
||||
|
Loading…
Reference in New Issue
Block a user