mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Fix typo in last patch to locarchive.c
This commit is contained in:
parent
80e2212d8e
commit
13f1ab36a4
@ -1,5 +1,8 @@
|
|||||||
2011-05-29 Ulrich Drepper <drepper@gmail.com>
|
2011-05-29 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* locale/programs/locarchive.c (add_locale_to_archive): Fix typo
|
||||||
|
in last patch.
|
||||||
|
|
||||||
[BZ #11799]
|
[BZ #11799]
|
||||||
* sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
|
* sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
|
||||||
SI_USER in the comment.
|
SI_USER in the comment.
|
||||||
|
@ -1210,7 +1210,7 @@ add_locale_to_archive (ah, name, data, replace)
|
|||||||
&rhs_territory,
|
&rhs_territory,
|
||||||
&rhs_codeset,
|
&rhs_codeset,
|
||||||
&rhs_normalized_codeset);
|
&rhs_normalized_codeset);
|
||||||
if (rhs_mask == 1)
|
if (rhs_mask == -1)
|
||||||
{
|
{
|
||||||
result = -1;
|
result = -1;
|
||||||
goto out;
|
goto out;
|
||||||
|
Loading…
Reference in New Issue
Block a user