summaryrefslogtreecommitdiff
path: root/examples/Web_Crawler/HTTP_URL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Web_Crawler/HTTP_URL.cpp')
-rw-r--r--examples/Web_Crawler/HTTP_URL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Web_Crawler/HTTP_URL.cpp b/examples/Web_Crawler/HTTP_URL.cpp
index 44ceea324d4..351a3a7ac7d 100644
--- a/examples/Web_Crawler/HTTP_URL.cpp
+++ b/examples/Web_Crawler/HTTP_URL.cpp
@@ -43,7 +43,7 @@ HTTP_URL::send_request (void)
ACE_OS::sprintf (cmd_ptr.get (),
"GET /%s HTTP/1.1\r\n",
- ACE_TEXT_ALWAYS_CHAR (this->url_addr ().get_path_name ()));
+ ACE_TEXT_TO_CHAR_IN (this->url_addr ().get_path_name ()));
// Send the GET command to the connected server.
if (this->stream ().send_n (cmd_ptr.get (),