diff options
Diffstat (limited to 'src/charset.cpp')
-rw-r--r-- | src/charset.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |