Skip to content

Commit

Permalink
2005-06-23 Thorsten Kukuk <kukuk@suse.de>
Browse files Browse the repository at this point in the history
	[BZ #1109]
	* nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
	with own translation.
  • Loading branch information
Roland McGrath committed Jul 18, 2005
1 parent dc55ff8 commit 47919fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nscd/nscd_stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ receive_print_stats (void)
int fd;
int i;
uid_t uid = getuid ();
const char *yesstr = nl_langinfo (YESSTR);
const char *nostr = nl_langinfo (NOSTR);
const char *yesstr = _("yes");
const char *nostr = _("no");

/* Find out whether there is another user but root allowed to
request statistics. */
Expand Down

0 comments on commit 47919fd

Please sign in to comment.