pivot-table: Avoid ctime_r() for portability reasons.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 1 Jan 2020 17:19:14 +0000 (17:19 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 1 Jan 2020 17:19:14 +0000 (17:19 +0000)
commitc5cf5c885e7b913b3a294a04a97ec1c923b924cd
treef953984dfc10bb57343035dfd88c16ae1f1d74e2
parent5805214e9bb9e2a4705ada8cdf5f5d0f1814db0e
pivot-table: Avoid ctime_r() for portability reasons.

ctime_r() isn't in mingw or Gnulib and it's best to avoid it in any
case because POSIX says it is obsolescent and it has buffer overflow
issues.

Reported by Harry Thijssen.
src/output/pivot-table.c