Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 54384 invoked from network); 29 Sep 2005 06:37:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2005 06:37:50 -0000 Received: (qmail 15336 invoked by uid 500); 29 Sep 2005 06:37:50 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 15305 invoked by uid 500); 29 Sep 2005 06:37:49 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 15281 invoked by uid 99); 29 Sep 2005 06:37:49 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 28 Sep 2005 23:37:49 -0700 Received: (qmail 54287 invoked by uid 65534); 29 Sep 2005 06:37:28 -0000 Message-ID: <20050929063728.54286.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r292394 - /apr/apr-iconv/trunk/lib/iconv_module.c Date: Thu, 29 Sep 2005 06:37:28 -0000 To: commits@apr.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: pquerna Date: Wed Sep 28 23:37:26 2005 New Revision: 292394 URL: http://svn.apache.org/viewcvs?rev=292394&view=rev Log: Fix compile of APR-Iconv. Spotted by: Gump via a cool RSS Feed. URL: http://vmgump.apache.org/gump/public/apr-util/apr-util-make/gump_work/build_apr-util_apr-util-make.html Modified: apr/apr-iconv/trunk/lib/iconv_module.c Modified: apr/apr-iconv/trunk/lib/iconv_module.c URL: http://svn.apache.org/viewcvs/apr/apr-iconv/trunk/lib/iconv_module.c?rev=292394&r1=292393&r2=292394&view=diff ============================================================================== --- apr/apr-iconv/trunk/lib/iconv_module.c (original) +++ apr/apr-iconv/trunk/lib/iconv_module.c Wed Sep 28 23:37:26 2005 @@ -100,7 +100,7 @@ * TODO: Drop support for "APR_ICONV_PATH" in apr-iconv 2.0 */ if ((!apr_env_get(&ptr, APR_ICONV_PATH, subpool) - || (!apr_env_get(&ptr, "APR_ICONV_PATH", subpool)) + || (!apr_env_get(&ptr, "APR_ICONV_PATH", subpool))) && !apr_filepath_list_split(&pathelts, ptr, subpool)) { int i;