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