Fix typo in last patch to locarchive.c

This commit is contained in:
Ulrich Drepper 2011-05-29 20:26:04 -04:00
parent 80e2212d8e
commit 13f1ab36a4
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2011-05-29 Ulrich Drepper <drepper@gmail.com>
* locale/programs/locarchive.c (add_locale_to_archive): Fix typo
in last patch.
[BZ #11799]
* sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
SI_USER in the comment.

View File

@ -1210,7 +1210,7 @@ add_locale_to_archive (ah, name, data, replace)
&rhs_territory,
&rhs_codeset,
&rhs_normalized_codeset);
if (rhs_mask == 1)
if (rhs_mask == -1)
{
result = -1;
goto out;