use colons in #DISPLAYBPM; that's what the reading code did, anyway,
and it's more consistent
This commit is contained in:
@@ -45,7 +45,7 @@ void NotesWriterSM::WriteGlobalTags(FILE *fp, const Song &out)
|
||||
if( out.m_fDisplayBPMMin == out.m_fDisplayBPMMax )
|
||||
fprintf( fp, "#DISPLAYBPM:%.3f;\n", out.m_fDisplayBPMMin );
|
||||
else
|
||||
fprintf( fp, "#DISPLAYBPM:%.3f,%.3f;\n", out.m_fDisplayBPMMin, out.m_fDisplayBPMMax );
|
||||
fprintf( fp, "#DISPLAYBPM:%.3f:%.3f;\n", out.m_fDisplayBPMMin, out.m_fDisplayBPMMax );
|
||||
break;
|
||||
case Song::DISPLAY_RANDOM:
|
||||
fprintf( fp, "#DISPLAYBPM:*;\n" );
|
||||
|
||||
Reference in New Issue
Block a user