jwoolley 2004/08/26 16:22:38
Modified: xlate xlate.c
Log:
hrm, seems like somebody already fixed this in APR HEAD. Now gotta find
out why this fix didn't make it into 1.0.0 RC6
Revision Changes Path
1.23 +1 -1 apr-util/xlate/xlate.c
Index: xlate.c
===================================================================
RCS file: /home/cvs/apr-util/xlate/xlate.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -u -r1.22 -r1.23
--- xlate.c 25 Jun 2004 15:34:28 -0000 1.22
+++ xlate.c 26 Aug 2004 23:22:37 -0000 1.23
@@ -181,7 +181,7 @@
apr_iconv_close(convset->ich, convset->pool);
rv = apr_iconv_open(convset->topage, convset->frompage,
convset->pool, &convset->ich);
- }
+ }
}
#endif /* APU_HAVE_APR_ICONV */