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

svn commit: r292396 - /apr/apr-iconv/branches/1.1.x/lib/iconv_module.c

Author: wrowe
Date: Wed Sep 28 23:41:22 2005
New Revision: 292396

URL: http://svn.apache.org/viewcvs?rev=292396&view=rev
Log:

  Fix compile of APR-iconv, submitted by Paul Querna

Modified:
    apr/apr-iconv/branches/1.1.x/lib/iconv_module.c

Modified: apr/apr-iconv/branches/1.1.x/lib/iconv_module.c
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/1.1.x/lib/iconv_module.c?rev=292396&r1=292395&r2=292396&view=diff
==============================================================================
--- apr/apr-iconv/branches/1.1.x/lib/iconv_module.c (original)
+++ apr/apr-iconv/branches/1.1.x/lib/iconv_module.c Wed Sep 28 23:41:22 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;