diff --git a/src/kernel/libroot/os/time.c b/src/kernel/libroot/os/time.c index 687d3b3de2..ab4fb71061 100644 --- a/src/kernel/libroot/os/time.c +++ b/src/kernel/libroot/os/time.c @@ -70,7 +70,7 @@ set_timezone(char *timezone) time(&t); tm = localtime(&t); - if ((err = _kern_set_tzspecs(tm->tm_gmtoff, tm->tm_isdst))tm_gmtoff, tm->tm_isdst)) < B_OK) return err; return B_OK;