(cherry picked from commit 33ba609290
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
e47bfe47b8
commit
ae4ba00313
@@ -131,7 +131,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
StringParameters GetRemainingParameters(size_t offset)
|
StringParameters GetRemainingParameters(size_t offset)
|
||||||
{
|
{
|
||||||
return StringParameters(this->parameters.subspan(offset, GetDataLeft()));
|
return StringParameters(this->parameters.subspan(offset, this->parameters.size() - offset));
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Return the amount of elements which can still be read. */
|
/** Return the amount of elements which can still be read. */
|
||||||
|
Reference in New Issue
Block a user