Replace localtime() with thread safe localtime_r()
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 17 Oct 2011 09:40:18 +0000 (11:40 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 17 Oct 2011 09:40:18 +0000 (11:40 +0200)
commit532d6b3ac9ca2248a4076135a4a58235040316c8
treee2f3572cd0161e484ca6d8b7bf6747815e82fff4
parent9e2ff02cde262b1948404d06657c6f424a1e0f77
Replace localtime() with thread safe localtime_r()
src/logfunc.cpp
src/timefunc.cpp
test/test_timefunc.cpp