summaryrefslogtreecommitdiff
path: root/examples/Reactor/Multicast/Log_Wrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Reactor/Multicast/Log_Wrapper.cpp')
-rw-r--r--examples/Reactor/Multicast/Log_Wrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/Multicast/Log_Wrapper.cpp b/examples/Reactor/Multicast/Log_Wrapper.cpp
index 055b57b9975..b3f84071a32 100644
--- a/examples/Reactor/Multicast/Log_Wrapper.cpp
+++ b/examples/Reactor/Multicast/Log_Wrapper.cpp
@@ -33,7 +33,7 @@ Log_Wrapper::open (const int port, const char *mcast_addr)
#if defined (ACE_LACKS_UTSNAME_T)
if ((host_info = ACE_OS::gethostbyname
- (ACE_TEXT_ALWAYS_CHAR(host_data.nodename))) == NULL)
+ (ACE_TEXT_TO_CHAR_IN(host_data.nodename))) == NULL)
#else
if ((host_info = ACE_OS::gethostbyname (host_data.nodename)) == NULL)
#endif