]> sourceware.org Git - glibc.git/commit
iconv: restore verbosity with unrecognized encoding names (bug 30694)
authorAndreas Schwab <schwab@suse.de>
Tue, 1 Aug 2023 15:01:37 +0000 (17:01 +0200)
committerAndreas Schwab <schwab@suse.de>
Wed, 2 Aug 2023 11:30:04 +0000 (13:30 +0200)
commitfc72b6d7d818ab2868920af956d1542d03342a4d
treeb5f046d36b785e835d3948d67144e2df624186b4
parent78ceef25d64efeeb6067d1cb282a00466e637e2a
iconv: restore verbosity with unrecognized encoding names (bug 30694)

Commit 91927b7c76 ("Rewrite iconv option parsing [BZ #19519]") changed the
iconv program to call __gconv_open directly instead of the iconv_open
wrapper, but the former does not set errno.  Update the caller to
interpret the return codes like iconv_open does.
iconv/iconv_prog.c
This page took 0.043856 seconds and 5 git commands to generate.