Bojan Smojver wrote:
On Tue, 2006-06-27 at 13:01 -0400, DEBIN GAO wrote:

I'm looking at

#define APR_TIME_T_FMT APR_INT64_T_FMT

in apr.hnw, and wonder if it should be

#define APR_TIME_T_FMT APR_UINT64_T_FMT

typedef apr_int64_t apr_time_t

AFAIK, these things can legitimately be less than zero.

Depends, can only be less than zero if dealing with pre-1970 dates.

If you are talking about apr_time_interval_t, of course it can run negative.,

Reply via email to