]> gitweb.michael.orlitzky.com - iconv-quirks.git/commit
main.c: fix tocode malloc in test_iconv_suffix_drops_untranslatable()
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 7 Jul 2026 13:56:26 +0000 (09:56 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 7 Jul 2026 13:56:26 +0000 (09:56 -0400)
commit4a7a46e77cf066ec0c3fedaf62df05e774046f8e
treefe690983e2cdcf034935dce2547964ceb7d9ed9a
parentd43e54f7ef37e75b6cc0d6971e74a1a915748218
main.c: fix tocode malloc in test_iconv_suffix_drops_untranslatable()

A copy & paste mistake was allocating one byte fewer than we need.
main.c