зеркало из https://github.com/github/ruby.git
Set TRUE/FALSE to `bool ruby_tz_uptodate_p` instead of 1/FALSE
This commit is contained in:
Родитель
714a0cefc1
Коммит
5c6235a83c
2
time.c
2
time.c
|
@ -680,7 +680,7 @@ rb_localtime_r(const time_t *t, struct tm *result)
|
|||
if (*t != (time_t)(int)*t) return NULL;
|
||||
#endif
|
||||
if (!ruby_tz_uptodate_p) {
|
||||
ruby_tz_uptodate_p = 1;
|
||||
ruby_tz_uptodate_p = TRUE;
|
||||
tzset();
|
||||
}
|
||||
#ifdef HAVE_GMTIME_R
|
||||
|
|
Загрузка…
Ссылка в новой задаче