aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 14e6d315659..e0b4a489794 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -680,7 +680,7 @@ the data it can't find.")
680 s = 0; 680 s = 0;
681#ifdef HAVE_TM_ZONE 681#ifdef HAVE_TM_ZONE
682 if (t->tm_zone) 682 if (t->tm_zone)
683 s = t->tm_zone; 683 s = (char *)t->tm_zone;
684#else /* not HAVE_TM_ZONE */ 684#else /* not HAVE_TM_ZONE */
685#ifdef HAVE_TZNAME 685#ifdef HAVE_TZNAME
686 if (t->tm_isdst == 0 || t->tm_isdst == 1) 686 if (t->tm_isdst == 0 || t->tm_isdst == 1)