Csv Boom file: fix a minor error in commit 3818

This commit is contained in:
jean-pierre charras 2012-11-26 20:14:38 +01:00
parent 978ae91841
commit 2d1a7e099b
1 changed files with 1 additions and 2 deletions

View File

@ -553,9 +553,8 @@ bool BOM_LISTER::PrintComponentsListByReferenceCsvForm( FILE* aFile )
msg = returnURLItemLocation(
m_cmplist[ii].GetSheetPath().PathHumanReadable(),
comp->GetPosition() );
msg << m_separatorSymbol;
fprintf( m_outFile, "%s", TO_UTF8( msg ) );
fprintf( m_outFile, "%c%s", m_separatorSymbol, TO_UTF8( msg ) );
}
if( groupRefs )