mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fix braino.
This commit is contained in:
parent
3e134cdce5
commit
7ac03be43b
@ -6674,7 +6674,7 @@ void Worker::Write( FileWrite& f )
|
||||
{
|
||||
f.Write( &v.first, sizeof( v.first ) );
|
||||
f.Write( &v.second.len, sizeof( v.second.len ) );
|
||||
f.Write( &v.second.data, v.second.len );
|
||||
f.Write( v.second.data, v.second.len );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user