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:
parent
57705ff77c
commit
5fd4de1597
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue