update slave clocks -- to use long minus
git-svn-id: svn://localhost/ardour2/branches/3.0@13422 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0cfd5a12de
commit
cbc8c6b7cf
@ -532,7 +532,7 @@ std::string
|
||||
LTC_Slave::approximate_current_position() const
|
||||
{
|
||||
if (last_timestamp == 0) {
|
||||
return " --:--:--:--";
|
||||
return " \u2012\u2012:\u2012\u2012:\u2012\u2012:\u2012\u2012";
|
||||
}
|
||||
return Timecode::timecode_format_time(timecode);
|
||||
}
|
||||
|
@ -661,7 +661,7 @@ MTC_Slave::approximate_current_position() const
|
||||
SafeTime last;
|
||||
read_current (&last);
|
||||
if (last.timestamp == 0 || reset_pending) {
|
||||
return " --:--:--:--";
|
||||
return " \u2012\u2012:\u2012\u2012:\u2012\u2012:\u2012\u2012";
|
||||
}
|
||||
return Timecode::timecode_format_sampletime(
|
||||
last.position,
|
||||
|
Loading…
Reference in New Issue
Block a user