summaryrefslogtreecommitdiff
path: root/examples/Web_Crawler/Iterators.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Web_Crawler/Iterators.cpp')
-rw-r--r--examples/Web_Crawler/Iterators.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Web_Crawler/Iterators.cpp b/examples/Web_Crawler/Iterators.cpp
index ba6d20c19ec..2f85647fa7c 100644
--- a/examples/Web_Crawler/Iterators.cpp
+++ b/examples/Web_Crawler/Iterators.cpp
@@ -92,7 +92,7 @@ HTTP_Header_Iterator::next (ACE_CString &line)
else
{
for (char c;
- (c = this->url_.stream ().get_char ()) != EOF;
+ (c = this->url_.stream ().get_char ()) != (char)EOF;
)
{
// Check to see if we're at the end of the header line.