Correct format specifiers used to show wxIPV4address.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Jul 2010 11:26:14 +0000 (11:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Jul 2010 11:26:14 +0000 (11:26 +0000)
commit6178debcd342963974dbdce6ac2ddb2fbe89e42a
tree9d4f6fab541798a670c8da78488c7eea98093927
parentfa629adae4b372620b2109777ec37c2deed24d58
Correct format specifiers used to show wxIPV4address.

wxIPV4address::IPAddress() used %lu to show each of (byte-sized) IPv4 address
components for some reason, which resulted in asserts about format specifier
mismatch. Fix this by just using %u.

Closes #12272.

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