13
0

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:
Robin Gareus 2012-11-10 19:48:50 +00:00
parent 0cfd5a12de
commit cbc8c6b7cf
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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,