From 50a6a9cdfacfa4e1aaa5a35fe8c3bc6ac114fa57 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 15 Dec 2004 20:28:09 +0000 Subject: Added parsing bounds on 'component'. --- src/body.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/body.cpp') diff --git a/src/body.cpp b/src/body.cpp index da279b9b..5e369d4b 100644 --- a/src/body.cpp +++ b/src/body.cpp @@ -202,6 +202,8 @@ void body::parse(const string& buffer, const string::size_type position, m_contents.setData(buffer, position, end, getEncoding()); } + setParsedBounds(position, end); + if (newPosition) *newPosition = end; } -- cgit v1.2.3