aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 90bd9ac198..3cb5a060f9 100644
--- a/time.c
+++ b/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 = TRUE;
+ ruby_tz_uptodate_p = true;
tzset();
}
#ifdef HAVE_GMTIME_R