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 cecb49357..08276f9f4 100644
--- a/libguile/stime.c
+++ b/libguile/stime.c
@@ -561,7 +561,7 @@ SCM_DEFINE (scm_strftime, "strftime", 2, 0, 0,
environment. interrupts and thread switching must be deferred
until TZ is restored. */
char **oldenv = NULL;
- SCM *velts = SCM_VELTS (stime);
+ SCM *velts = (SCM *) SCM_VELTS (stime);
int have_zone = 0;
if (!SCM_FALSEP (velts[10]) && *SCM_STRING_CHARS (velts[10]) != 0)