On 23 Jan 2003 [EMAIL PROTECTED] wrote:
> {
> char buffer[APR_PATH_MAX];
> + apr_pool_t *subpool;
> + apr_status_t status;
> char *ptr;
>
> + status = apr_pool_create(&subpool, ctx);
> + if (status)
> + return status;
> +
> if (apr_tolower(name[0]) == 'x' && name[1] == '-')The tab police are gonna git you.. ;)
