diff --git a/libguile/stime.c b/libguile/stime.c index 90bbde93a..2847c04aa 100644 --- a/libguile/stime.c +++ b/libguile/stime.c @@ -415,7 +415,7 @@ scm_mktime (SCM sbd_time, SCM zone) if (itime != -1) { #ifdef HAVE_TM_ZONE - zname = lt->tm_zone; + zname = lt.tm_zone; #else # ifdef HAVE_TZNAME /* must be copied before calling tzset again. */