summaryrefslogtreecommitdiff
path: root/libguile/stime.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/stime.c')
-rw-r--r--libguile/stime.c2
1 files changed, 1 insertions, 1 deletions
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. */