mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +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.first, sizeof( v.first ) );
|
||||||
f.Write( &v.second.len, sizeof( v.second.len ) );
|
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…
x
Reference in New Issue
Block a user