Browse Source

cmXScore.c : Remove space between section and '*' on heel marked even-ness sections.

master
kevin 8 years ago
parent
commit
d1b77e9f7e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/cmXScore.c

+ 1
- 1
app/cmXScore.c View File

@@ -1740,7 +1740,7 @@ const cmChar_t* cmXsFormatMeasurementCsvField( unsigned flags, unsigned fl, char
1740 1740
   if( cmIsFlag(flags,fl) )
1741 1741
   {
1742 1742
     if( sectionId != 0 )
1743
-      snprintf(buf,bufN-1,"%c %i %c",abbrev,sectionId, cmIsFlag(flags,kHeelXsFl)?'*':' ');
1743
+      snprintf(buf,bufN-1,"%c %i%c",abbrev,sectionId, cmIsFlag(flags,kHeelXsFl)?'*':' ');
1744 1744
     else
1745 1745
       buf[0] = abbrev;
1746 1746
   }

Loading…
Cancel
Save