Branch: Tag:

2017-12-26

2017-12-26 00:26:14 by Martin Nilsson <nilsson@fastmail.com>

Indent (pretend) class local function.

98:      static void fix_tm(const char *fname, struct TM_struct *this)   { -  const char*tm_zone = GET_ZONE(this); +  const char *tm_zone = GET_ZONE(this);    int is_utc_zone = tm_zone && !strcmp(tm_zone, "UTC");    if (is_utc_zone)    this->t.tm_isdst = 0;