diff options
author | Antti-Juhani Kaijanaho <ajk@debian.org> | 2012-06-03 20:45:51 +0300 |
---|---|---|
committer | Antti-Juhani Kaijanaho <ajk@debian.org> | 2012-06-07 12:10:13 +0300 |
commit | f690c98a923c59f2a654127077c19710ff187f49 (patch) | |
tree | 417c5e3562a558c2494f1e5632fb878aa5b17696 /debian | |
parent | b3e64e090731082b2444fdce2510615eb0dc0cb5 (diff) | |
download | dctrl-tools-f690c98a923c59f2a654127077c19710ff187f49.tar.gz |
Switch from mblen to mbrlen in tbl-dctrl.c.
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
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 <ajk@debian.org> Thu, 07 Jun 2012 12:07:58 +0300 + -- Antti-Juhani Kaijanaho <ajk@debian.org> Thu, 07 Jun 2012 12:08:47 +0300 dctrl-tools (2.22.2) unstable; urgency=low |