]> git.saurik.com Git - wxWidgets.git/commit
Use correct format specifier for thread id in the sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Aug 2011 10:35:29 +0000 (10:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Aug 2011 10:35:29 +0000 (10:35 +0000)
commitee19ab6d804cd61575ca03131888c7d6f2a4daa1
treedadb83aeebd0d3745e2222c838574cffc46d9761
parent2032371b3b1fa438e441ac3e5e63b792f64015a7
Use correct format specifier for thread id in the sample.

Thread id is an (unsigned) long, not just unsigned, so use "%lx" to print it
instead of "%x" to avoid asserts in formatting code.

Closes #13404.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/thread/thread.cpp