Compare commits
1 Commits
stream_2_3
...
stream_2_3
Author | SHA1 | Date | |
---|---|---|---|
50f69a76f4 |
@ -194,6 +194,7 @@ replace(long remstart, long remlen, const void* ins, long inslen)
|
||||
{
|
||||
// optimize remove of bufferstart
|
||||
offs += remlen;
|
||||
len -= remlen;
|
||||
return *this;
|
||||
}
|
||||
if (inslen < 0) inslen = 0;
|
||||
|
Reference in New Issue
Block a user