> jfclere 01/05/22 00:40:31 > > Modified: lib iconv_module.c > Log: > Change EFTYPE into APR_ICONV_EFTYPE (EFTYPE is used by FreeBSD). > > - return EFTYPE; > + return APR_ICONV_EFTYPE;
Guys, in case we missed the point from the earlier conversion, we have to quit inventing 'custom specific error codes' when plain old obvious codes can be assigned!!! If that means APR_EFTYPE, then fine, but please, lets not get too specific! Bill
