mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
correct error message
This commit is contained in:
parent
9993ac23ca
commit
c7fcba77b8
1 changed files with 1 additions and 1 deletions
|
|
@ -2013,7 +2013,7 @@ framepos_t
|
|||
AudioClock::frame_duration_from_bbt_string (framepos_t pos, const string& str) const
|
||||
{
|
||||
if (_session == 0) {
|
||||
error << "AudioClock::current_time() called with BBT mode but without session!" << endmsg;
|
||||
error << "AudioClock::frame_duration_from_bbt_string() called with BBT mode but without session!" << endmsg;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue