mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
AudioClock: fix function name in error message
This commit is contained in:
parent
96d98ba320
commit
498dac3bc8
1 changed files with 1 additions and 1 deletions
|
|
@ -2123,7 +2123,7 @@ samplepos_t
|
||||||
AudioClock::samples_from_bbt_string (timepos_t const & pos, const string& str) const
|
AudioClock::samples_from_bbt_string (timepos_t const & pos, const string& str) const
|
||||||
{
|
{
|
||||||
if (_session == 0) {
|
if (_session == 0) {
|
||||||
error << "AudioClock::current_time() called with BBT mode but without session!" << endmsg;
|
error << "AudioClock::samples_from_bbt_string() called with BBT mode but without session!" << endmsg;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue