13
0

correct error message

This commit is contained in:
Robin Gareus 2013-07-31 19:22:58 +02:00 committed by Paul Davis
parent 9aa348afce
commit 41aae4d685

View File

@ -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;
}