1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2002-07-15  Ulrich Drepper  <drepper@redhat.com>

	* intl/tst-gettext.sh: Pass -f option to msgfmt.
	* intl/tst-gettext.c: Correctly handle untranslated messages in
	positive tests.

	* po/de.po: Update from translation team.
This commit is contained in:
Ulrich Drepper
2002-07-16 04:56:00 +00:00
parent a99bfa85d8
commit d2afebcce4
9 changed files with 2590 additions and 1582 deletions

View File

@ -47,7 +47,7 @@ handle_descr (const td_thragent_t *ta, td_thr_iter_f *callback,
p_userstack but this should not be necessary here. */
th.th_ta_p = (td_thragent_t *) ta;
th.th_unique = &pds;
th.th_unique = NULL;
if (callback (&th, cbdata_p) != 0)
return TD_DBERR;