This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.13-239-g13f1ab3


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  13f1ab36a4c3451b1c0287cc404dbfe927c8eced (commit)
      from  80e2212d8e59933a1641f029ebd360526ff0e074 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=13f1ab36a4c3451b1c0287cc404dbfe927c8eced

commit 13f1ab36a4c3451b1c0287cc404dbfe927c8eced
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sun May 29 20:26:04 2011 -0400

    Fix typo in last patch to locarchive.c

diff --git a/ChangeLog b/ChangeLog
index f08c238..efa978e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/locale/programs/locarchive.c b/locale/programs/locarchive.c
index e95bcf1..943bc5a 100644
--- a/locale/programs/locarchive.c
+++ b/locale/programs/locarchive.c
@@ -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;

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                    |    3 +++
 locale/programs/locarchive.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]