]> git.eshelyaron.com Git - emacs.git/commit
Fix time-related data types in 2 editfns.c functions
authorEli Zaretskii <eliz@gnu.org>
Mon, 17 Oct 2016 07:25:58 +0000 (10:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 17 Oct 2016 07:25:58 +0000 (10:25 +0300)
commitd70ed8aaeae8529813f591ce548631e424d853a2
tree067357c6f24079ea2d4a0544830fcb863f65a543
parent99892eeec8990884ef38601f14038ec6dc227741
Fix time-related data types in 2 editfns.c functions

* src/editfns.c (format_time_string, Fcurrent_time_zone): Pass a
pointer to time_t value to emacs_localtime_rz and gmtime_r,
instead of relying on struct timespec's tv_sec member to be of
compatible type.
src/editfns.c