You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by pq...@apache.org on 2005/09/29 08:37:28 UTC

svn commit: r292394 - /apr/apr-iconv/trunk/lib/iconv_module.c

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;