cmXScore.c : Remove space between section and '*' on heel marked even-ness sections.
This commit is contained in:
parent
e629fb7cd6
commit
d1b77e9f7e
@ -1740,7 +1740,7 @@ const cmChar_t* cmXsFormatMeasurementCsvField( unsigned flags, unsigned fl, char
|
|||||||
if( cmIsFlag(flags,fl) )
|
if( cmIsFlag(flags,fl) )
|
||||||
{
|
{
|
||||||
if( sectionId != 0 )
|
if( sectionId != 0 )
|
||||||
snprintf(buf,bufN-1,"%c %i %c",abbrev,sectionId, cmIsFlag(flags,kHeelXsFl)?'*':' ');
|
snprintf(buf,bufN-1,"%c %i%c",abbrev,sectionId, cmIsFlag(flags,kHeelXsFl)?'*':' ');
|
||||||
else
|
else
|
||||||
buf[0] = abbrev;
|
buf[0] = abbrev;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user