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. -- Bojan
