Skip to content

Commit

Permalink
[BZ #1294]
Browse files Browse the repository at this point in the history
2005-11-11  Ulrich Drepper  <drepper@redhat.com>
	[BZ #1294]
	* locales/pt_BR: Set p_cs_precedes and n_cs_precedes to 1.
  • Loading branch information
Ulrich Drepper committed Nov 12, 2005
1 parent 26cec51 commit 2461e3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-11-11 Ulrich Drepper <drepper@redhat.com>

[BZ #1294]
* locales/pt_BR: Set p_cs_precedes and n_cs_precedes to 1.

2005-11-05 Ulrich Drepper <drepper@redhat.com>

* SUPPORTED (SUPPORTED-LOCALES): Fix typo in si_LK line.
Expand Down
4 changes: 2 additions & 2 deletions localedata/locales/pt_BR
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ positive_sign ""
negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 0
p_cs_precedes 1
p_sep_by_space 1
n_cs_precedes 0
n_cs_precedes 1
n_sep_by_space 1
p_sign_posn 1
n_sign_posn 1
Expand Down
2 changes: 1 addition & 1 deletion nscd/connections.c
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@ main_loop_epoll (int efd)
/* Remove the descriptor from the epoll descriptor. */
(void) epoll_ctl (efd, EPOLL_CTL_DEL, revs[cnt].data.fd, NULL);

/* Get a worked to handle the request. */
/* Get a worker to handle the request. */
fd_ready (revs[cnt].data.fd);

/* Reset the time. */
Expand Down

0 comments on commit 2461e3d

Please sign in to comment.