projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
VC6 compilation fix for native wxProgressDialog implementation.
[wxWidgets.git]
/
src
/
common
/
sckaddr.cpp
diff --git
a/src/common/sckaddr.cpp
b/src/common/sckaddr.cpp
index ea2fc9d89f11b15e1b92f2a8dad11f0c8a9f0155..67ca3fbcdfa77af4a5a368ad4eb55a98f3d90bac 100644
(file)
--- a/
src/common/sckaddr.cpp
+++ b/
src/common/sckaddr.cpp
@@
-878,7
+878,7
@@
wxString wxIPV4address::IPAddress() const
return wxString::Format
(
- "%
lu.%lu.%lu.%l
u",
+ "%
u.%u.%u.%
u",
(addr >> 24) & 0xff,
(addr >> 16) & 0xff,
(addr >> 8) & 0xff,