Browse Source

Fix a typo probably due to a paste command.

jobs
jean-pierre charras 1 year ago
parent
commit
b2be5798cd
  1. 2
      pcbnew/board_commit.cpp

2
pcbnew/board_commit.cpp

@ -264,7 +264,7 @@ void BOARD_COMMIT::Push( const wxString& aMessage, int aCommitFlags )
if( !ent.m_item || !ent.m_item->IsBOARD_ITEM() )
continue;
BOARD_ITEM* boardItem = boardItem = static_cast<BOARD_ITEM*>( ent.m_item );
BOARD_ITEM* boardItem = static_cast<BOARD_ITEM*>( ent.m_item );
int changeType = ent.m_type & CHT_TYPE;
int changeFlags = ent.m_type & CHT_FLAGS;

Loading…
Cancel
Save