update slave clocks -- to use long minus
authorRobin Gareus <robin@gareus.org>
Sat, 10 Nov 2012 19:48:50 +0000 (19:48 +0000)
committerRobin Gareus <robin@gareus.org>
Sat, 10 Nov 2012 19:48:50 +0000 (19:48 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13422 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ltc_slave.cc
libs/ardour/mtc_slave.cc

index db3c8c372146bb983cd66c9cbf2a6c0672caac48..f4f4dff2ddc5a872fc802446eae66da8cb70d2b2 100644 (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);
 }
index d5c14111b540fb04c7ddb1de21cd9eeb5fe0ab96..82261a71674f16ca26b9c9d22d8e489978304630 100644 (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,