summaryrefslogtreecommitdiff
path: root/examples/Web_Crawler/Command_Processor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Web_Crawler/Command_Processor.cpp')
-rw-r--r--examples/Web_Crawler/Command_Processor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Web_Crawler/Command_Processor.cpp b/examples/Web_Crawler/Command_Processor.cpp
index c23310be017..5eb86be49f2 100644
--- a/examples/Web_Crawler/Command_Processor.cpp
+++ b/examples/Web_Crawler/Command_Processor.cpp
@@ -23,7 +23,7 @@ URL_Command::execute (void)
{
ACE_CString check_string
- (ACE_TEXT_ALWAYS_CHAR (this->url_->url_addr ().get_path_name ()));
+ (ACE_TEXT_TO_CHAR_IN (this->url_->url_addr ().get_path_name ()));
if (check_string.find ("news:") >= 0)
return 0;