mirror of
https://github.com/wolfpld/tracy
synced 2025-04-28 20:23:51 +00:00
Use correct size value.
This commit is contained in:
parent
7f0191d19f
commit
f03b677ffa
@ -107,7 +107,7 @@ int main( int argc, char** argv )
|
||||
{
|
||||
const auto bsz = buf.size();
|
||||
buf.resize( bsz + zout.pos );
|
||||
memcpy( buf.data() + bsz, tmp, zout.size );
|
||||
memcpy( buf.data() + bsz, tmp, zout.pos );
|
||||
zout.pos = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user