From f690c98a923c59f2a654127077c19710ff187f49 Mon Sep 17 00:00:00 2001 From: Antti-Juhani Kaijanaho Date: Sun, 3 Jun 2012 20:45:51 +0300 Subject: Switch from mblen to mbrlen in tbl-dctrl.c. Signed-off-by: Antti-Juhani Kaijanaho --- debian/changelog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ce73e04..fb47ced 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,12 @@ dctrl-tools (2.23) UNRELEASED; urgency=low * Add a test case (tests/0021.{in,out,sh}) to verify that tbl-dctrl handles UTF-8 correctly. - As it requires the C.UTF-8 locale, build-depend on libc-bin >= 2.13 + * Since mblen is unnecessarily marked warn_unused_result with + _FORTIFY_SOURCE, (see bug #674917), causing spurious warnings upon + mblen initialization calls, switch to using mbrlen in tbl-dctrl.c (a + good idea in any case). - -- Antti-Juhani Kaijanaho Thu, 07 Jun 2012 12:07:58 +0300 + -- Antti-Juhani Kaijanaho Thu, 07 Jun 2012 12:08:47 +0300 dctrl-tools (2.22.2) unstable; urgency=low -- cgit v1.2.3