1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00

* stime.c (scm_mktime): #ifndef HAVE_TM_ZONE, Use lt.tm_zone, not

lt->tm_zone.
This commit is contained in:
Jim Blandy 1997-04-15 01:16:23 +00:00
parent 3e7b8512ae
commit 73f19016b9

View file

@ -415,7 +415,7 @@ scm_mktime (SCM sbd_time, SCM zone)
if (itime != -1) if (itime != -1)
{ {
#ifdef HAVE_TM_ZONE #ifdef HAVE_TM_ZONE
zname = lt->tm_zone; zname = lt.tm_zone;
#else #else
# ifdef HAVE_TZNAME # ifdef HAVE_TZNAME
/* must be copied before calling tzset again. */ /* must be copied before calling tzset again. */