aboutsummaryrefslogtreecommitdiffstats
path: root/src/header.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/header.cpp')
-rw-r--r--src/header.cpp2
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;
}