diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc index 1bb01d97da..471c40bcc3 100644 --- a/libs/ardour/region.cc +++ b/libs/ardour/region.cc @@ -763,7 +763,7 @@ Region::set_position_internal (timepos_t const & pos) l.set_position (pos); l.set_time_domain (td); _length = l; - } else { + } else { /* time domain of position not changing */ _length = timecnt_t (_length.val().distance(), pos); }