diff options
Diffstat (limited to 'src/header.cpp')
-rw-r--r-- | src/header.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/header.cpp b/src/header.cpp index 317189b8..fbe6921f 100644 --- a/src/header.cpp +++ b/src/header.cpp @@ -212,6 +212,8 @@ void header::parse(const string& buffer, const string::size_type position, } } + setParsedBounds(position, pos); + if (newPosition) *newPosition = pos; } |