fix minor errors from rebase fixups

This commit is contained in:
Paul Davis 2021-03-21 22:26:42 -06:00
parent af4ba1cc01
commit 68959643e8
1 changed files with 1 additions and 1 deletions

View File

@ -1310,7 +1310,7 @@ AudioClock::set_bbt (timepos_t const & w, timecnt_t const & o, bool /*force*/)
} else
#endif
{
snprintf (buf, sizeof(buf), "1/%.0f = %.3f", m.tempo().note_type(), m.tempo().note_types_per_minute());
snprintf (buf, sizeof(buf), "1/%d = %.3f",m.tempo().note_type(), m.tempo().note_types_per_minute());
_left_btn.set_text (buf, false);
}