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:
parent
3e7b8512ae
commit
73f19016b9
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue