Csv Boom file: fix a minor error in commit 3818
This commit is contained in:
parent
978ae91841
commit
2d1a7e099b
|
@ -553,9 +553,8 @@ bool BOM_LISTER::PrintComponentsListByReferenceCsvForm( FILE* aFile )
|
||||||
msg = returnURLItemLocation(
|
msg = returnURLItemLocation(
|
||||||
m_cmplist[ii].GetSheetPath().PathHumanReadable(),
|
m_cmplist[ii].GetSheetPath().PathHumanReadable(),
|
||||||
comp->GetPosition() );
|
comp->GetPosition() );
|
||||||
msg << m_separatorSymbol;
|
|
||||||
|
|
||||||
fprintf( m_outFile, "%s", TO_UTF8( msg ) );
|
fprintf( m_outFile, "%c%s", m_separatorSymbol, TO_UTF8( msg ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( groupRefs )
|
if( groupRefs )
|
||||||
|
|
Loading…
Reference in New Issue