From fec669587658e219f3dcfed5bb35c6d1d57a90d4 Mon Sep 17 00:00:00 2001 From: nick_m Date: Tue, 5 Apr 2016 05:32:50 +1000 Subject: [PATCH] Tempo ramps - be a bit more efficient when detecting legacy sessions. --- libs/ardour/tempo.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index 5ace190101..d33ba0af4d 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -2944,6 +2944,7 @@ TempoMap::set_state (const XMLNode& node, int /*version*/) fix_legacy_session(); break; } + break; } } -- 2.30.2