don't use the return result of wxLocaltime_r, we receive the output in second paramet...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Apr 2006 22:28:02 +0000 (22:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Apr 2006 22:28:02 +0000 (22:28 +0000)
commit3d561414e50bb673ac646032f7594498a0fac757
tree5d08ad7503372ee0e335775089a05e980f703746
parentc0989defa045fb64e325fc7b37b4dd2c8f21a2d8
don't use the return result of wxLocaltime_r, we receive the output in second parameter anyhow (simplifies the code and also suppresses warning about tm being not used if WX_GMTOFF_IN_TM is not defined)

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