On Tue, 17 Dec 2002, Joe Orton wrote:

> On Tue, Dec 17, 2002 at 05:10:05PM -0000, Bill Stoddard wrote:
> >            else if (exps != NULL && exp == APR_DATE_BAD) {
> >                /* if a broken Expires header is present, don't cache it */
> >   -            reason = apr_pstrcat(p, "Broken expires header %s", exp);
> >   +            reason = apr_psprintf(p, "Broken expires header %s", exp);
>
> Still not right - 'exp' is an apr_time_t, you mean 'exps' I guess?
>
> mod_cache.c: In function `cache_in_filter':
> mod_cache.c:543: warning: format argument is not a pointer (arg 3)


Oooh, yowtch... good call.  I wasn't even looking at that part.

--Cliff

Reply via email to