On Fri, 31 May 2002, Justin Erenkrantz wrote:
> - else if (ap_strchr_c(x, ':')) {
> + else if (x && ap_strchr_c(x, ':')) {+1. This looks correct to me. --Cliff
On Fri, 31 May 2002, Justin Erenkrantz wrote:
> - else if (ap_strchr_c(x, ':')) {
> + else if (x && ap_strchr_c(x, ':')) {+1. This looks correct to me. --Cliff