Branch: Tag:

2016-05-09

2016-05-09 16:28:36 by Martin Nilsson <nilsson@fastmail.com>

LONGEST is just INT64, so use that instead.

1331:    time_t i;    char *s;    - #if SIZEOF_TIME_T < SIZEOF_LONGEST + #if SIZEOF_TIME_T < SIZEOF_INT64    if (timestamp > MAX_TIME_T || timestamp < MIN_TIME_T)    SIMPLE_ARG_ERROR ("ctime", 1, "Timestamp outside valid range.");   #endif