Commit 829f5483 authored by faa's avatar faa

not build with KICAD_GOST after code cleanup

parent 6d856f60
...@@ -753,7 +753,7 @@ int WinEDA_Build_BOM_Frame::PrintComponentsListByVal( ...@@ -753,7 +753,7 @@ int WinEDA_Build_BOM_Frame::PrintComponentsListByVal(
Unit = aList[ii].m_Unit + '1' - 1; 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 #else
Unit = aList[ii].m_Unit + 'A' - 1; Unit = aList[ii].m_Unit + 'A' - 1;
} }
......
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