1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 05:01:02 -08:00

(Fcurrent_time_zone): Add cast.

This commit is contained in:
Richard M. Stallman 1994-05-15 19:25:21 +00:00
parent 57705ff77c
commit 5fd4de1597

View file

@ -680,7 +680,7 @@ the data it can't find.")
s = 0;
#ifdef HAVE_TM_ZONE
if (t->tm_zone)
s = t->tm_zone;
s = (char *)t->tm_zone;
#else /* not HAVE_TM_ZONE */
#ifdef HAVE_TZNAME
if (t->tm_isdst == 0 || t->tm_isdst == 1)