mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-07 17:25:33 +00:00
Fix Coverity issue #541995.
https://scan8.scan.coverity.com/#/project-view/22886/10844?selectedIssue=541995
This commit is contained in:
parent
5094f750df
commit
62cb67d854
@ -3207,6 +3207,7 @@ void SCH_IO_ALTIUM::ParseHarnessEntry( const std::map<wxString, wxString>& aProp
|
||||
HARNESS::HARNESS_PORT port;
|
||||
port.m_name = elem.Name;
|
||||
port.m_harnessConnectorSide = elem.Side;
|
||||
port.m_primaryConnectionPosition = 0;
|
||||
|
||||
VECTOR2I pos = harness.m_location;
|
||||
VECTOR2I size = harness.m_size;
|
||||
|
Loading…
Reference in New Issue
Block a user