Use localtime_r rather than localtime if available.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 16 Sep 2005 21:46:24 +0000 (21:46 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 16 Sep 2005 21:46:24 +0000 (21:46 +0000)
commit0f3124382d177e4bef923ab591220def33cc0b3c
tree3798789c1fa0859a875da482cec52051246cb338
parent89cc3da6fca90bda52edaa8d368c755b5421ee06
Use localtime_r rather than localtime if available.
Only call time(2) and localtime(3) once per yaz_log call.
src/log.c