use wxLocaltime_r() instead of localtime(): this is safer and localtime() isn't avail...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Nov 2006 23:20:20 +0000 (23:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Nov 2006 23:20:20 +0000 (23:20 +0000)
commit83e8b44cc0bf8a2a8f162c67162f9ed68accd15f
treee2f2122ceadd89b389b10359cf0ca39be3a53a77
parentd632789924e1ef1427c5321476215bd473dfe4d6
use wxLocaltime_r() instead of localtime(): this is safer and localtime() isn't available under WinCE while wxLocaltime_r() is always available

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/log.cpp
src/generic/logg.cpp