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 98b4f999622..232042cb835 100644
--- a/examples/Web_Crawler/Iterators.cpp
+++ b/examples/Web_Crawler/Iterators.cpp
@@ -46,7 +46,7 @@ HTML_Body_Iterator::next (ACE_CString &url)
if ( href_index > 0)
{
// Get back to buffer start location.
- this->url_.stream ().seek (-1 * static_cast<off_t> (len),
+ this->url_.stream ().seek (-1 * static_cast<ACE_OFF_T> (len),
SEEK_CUR);
int start_index = buffer.find ('\"',