aboutsummaryrefslogtreecommitdiffstats
path: root/src/body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/body.cpp')
-rw-r--r--src/body.cpp2
1 files changed, 2 insertions, 0 deletions
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;
}