On Tue, 2002-07-16 at 15:48, Blair Zajac wrote:

As a real patch use

--- apr/i18n/unix/xlate.c       Tue Apr 16 15:37:07 2002
+++ apr/i18n/unix/xlate.c-new   Tue Jul 16 17:21:07 2002
@@ -255,7 +255,8 @@
     if (!found) {
         new->ich = iconv_open(topage, frompage);
         if (new->ich == (iconv_t)-1) {
-            return errno;
+            int e = errno;
+            return e ? e : EINVAL;
         }
         found = 1;
         check_sbcs(new);


-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to