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/charset.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/charset.cpp') diff --git a/src/charset.cpp b/src/charset.cpp index ffa5aea0..5a06722c 100644 --- a/src/charset.cpp +++ b/src/charset.cpp @@ -59,6 +59,8 @@ void charset::parse(const string& buffer, const string::size_type position, { m_name = string(buffer.begin() + position, buffer.begin() + end); + setParsedBounds(position, end); + if (newPosition) *newPosition = end; } -- cgit v1.2.3