cast size_t to unsigned long, not unsigned (even though there is no risk of truncatio...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Dec 2006 13:04:44 +0000 (13:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Dec 2006 13:04:44 +0000 (13:04 +0000)
commit172d83f4ea63dbdd9fcad9e59e64f758e112cc9d
treefbe4e99f483e34dee455db5d199ff31d0278a2ff
parent62f04b576fb46674a0797b06bde5e5990e88c69f
cast size_t to unsigned long, not unsigned (even though there is no risk of truncation here, it's still better practice)

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