Kaydet (Commit) 130bbe5f authored tarafından Alexander Belopolsky's avatar Alexander Belopolsky

#28067: Fixed another typo.

üst 358cfd42
......@@ -5067,7 +5067,7 @@ local_timezone_from_timestamp(time_t timestamp)
if (local_time == NULL) {
return NULL;
}
if (gmtime(&timestamp, &utc_time_tm) == NULL) {
if (gmtime_r(&timestamp, &utc_time_tm) == NULL) {
#ifdef EINVAL
if (errno == 0)
errno = EINVAL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment