Jon Stevens <[EMAIL PROTECTED]> wrote:
> on 12/13/2000 7:47 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>
>> +char *t="";
>>
>> if (r==NULL) return(FALSE);
>> +if (t!=NULL) t=ap_pstrdup(r->pool,type);
>>
>
> My C is a bit rusty, but why is there a check to see if t!=NULL give
on 12/13/2000 7:47 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> +char *t="";
>
> if (r==NULL) return(FALSE);
> +if (t!=NULL) t=ap_pstrdup(r->pool,type);
>
My C is a bit rusty, but why is there a check to see if t!=NULL given that
it has been initialized to "" right above it?
>