Fix inc parsing when appending to end of a token
This commit is contained in:
parent
77529ace3d
commit
ad52bdc448
4 changed files with 41 additions and 26 deletions
|
|
@ -31,3 +31,7 @@ SpyReader::SpyReader(string content, size_t chunk_size) :
|
|||
spy_seek,
|
||||
nullptr,
|
||||
}) {}
|
||||
|
||||
void SpyReader::clear() {
|
||||
strings_read.clear();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue