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/bodyPart.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bodyPart.cpp') diff --git a/src/bodyPart.cpp b/src/bodyPart.cpp index ec046ce2..90962c7c 100644 --- a/src/bodyPart.cpp +++ b/src/bodyPart.cpp @@ -40,6 +40,8 @@ void bodyPart::parse(const string& buffer, const string::size_type position, // Parse the body contents m_body.parse(buffer, pos, end, NULL); + setParsedBounds(position, end); + if (newPosition) *newPosition = end; } -- cgit v1.2.3