Kaydet (Commit) e3dad060 authored tarafından Caolán McNamara's avatar Caolán McNamara

valgrind: Conditional jump or move depends on uninitialised value

Change-Id: Ia0b22f7c394d1c2387d1cad7e3d99c79eaeca81a
üst 36fe4a2d
...@@ -1083,7 +1083,7 @@ void MetaPolygonAction::Read( SvStream& rIStm, ImplMetaReadData* ) ...@@ -1083,7 +1083,7 @@ void MetaPolygonAction::Read( SvStream& rIStm, ImplMetaReadData* )
if( aCompat.GetVersion() >= 2 ) // Version 2 if( aCompat.GetVersion() >= 2 ) // Version 2
{ {
sal_uInt8 bHasPolyFlags; sal_uInt8 bHasPolyFlags(0);
rIStm.ReadUChar( bHasPolyFlags ); rIStm.ReadUChar( bHasPolyFlags );
if ( bHasPolyFlags ) if ( bHasPolyFlags )
maPoly.Read( rIStm ); maPoly.Read( rIStm );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment