not build with KICAD_GOST after code cleanup

This commit is contained in:
faa 2008-12-15 07:55:42 +00:00
parent 6d856f60a6
commit 829f54831c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}