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:
Ulrich Drepper 2000-10-30 08:53:51 +00:00
parent 31879cd8d2
commit 42fea164a2
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)