mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 03:33:33 +08:00
Update.
2000-10-30 Ulrich Drepper <drepper@redhat.com> * locale/findlocale.c (_nl_find_locale): Don't store normalized name in *NAME.
This commit is contained in:
parent
31879cd8d2
commit
42fea164a2
@ -1,3 +1,8 @@
|
||||
2000-10-30 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locale/findlocale.c (_nl_find_locale): Don't store normalized
|
||||
name in *NAME.
|
||||
|
||||
2000-10-29 Ben Collins <bcollins@debian.org>
|
||||
|
||||
* sysdeps/generic/lockf64.c: In the case of F_TEST, set l_type to
|
||||
|
@ -178,7 +178,6 @@ _nl_find_locale (const char *locale_path, size_t locale_path_len,
|
||||
((struct locale_data *) locale_file->data)->name = __strndup (cp,
|
||||
endp - cp);
|
||||
}
|
||||
*name = (char *) ((struct locale_data *) locale_file->data)->name;
|
||||
|
||||
/* Determine whether the user wants transliteration or not. */
|
||||
if ((modifier != NULL && __strcasecmp (modifier, "TRANSLIT") == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user