not build with KICAD_GOST after code cleanup
This commit is contained in:
parent
6d856f60a6
commit
829f54831c
|
@ -753,7 +753,7 @@ int WinEDA_Build_BOM_Frame::PrintComponentsListByVal(
|
|||
Unit = aList[ii].m_Unit + '1' - 1;
|
||||
}
|
||||
|
||||
sprintf( CmpName, "%s.%c", aList[ii].m_Ref, Unit );
|
||||
sprintf( CmpName, "%s.%c", aList[ii].m_Reference, Unit );
|
||||
#else
|
||||
Unit = aList[ii].m_Unit + 'A' - 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue