]> git.saurik.com Git - wxWidgets.git/commit
Fix type mismatch in wxLogTrace() call in wxSocket.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 16 Apr 2012 14:19:13 +0000 (14:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 16 Apr 2012 14:19:13 +0000 (14:19 +0000)
commit45cecdf9436fbfb7776f8ac610b280311d497ad7
tree594bc13310d024a8001ade7076167e267efad9e0
parentb7775a521f7b7bfd61970b531e8730876cf8094a
Fix type mismatch in wxLogTrace() call in wxSocket.

Cast socket handle to a 32 bit value as we use it with "%d" (or "%u" now as it
makes more sense) format specifier to avoid problems with type mismatches
under Win64.

Closes #14204.

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