From e4e3c10a9084f77d077d963ac6d89d47daad2e66 Mon Sep 17 00:00:00 2001 From: nick_m Date: Fri, 21 Jul 2017 23:48:06 +1000 Subject: Fis stray break statement when checking for a legacy tempo map This could result in legacy sessions not being identified correctly and loading with end tempi of -1.0. --- libs/ardour/tempo.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/tempo.cc') diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index 570a03f8cb..4aaca6c338 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -4616,8 +4616,6 @@ TempoMap::set_state (const XMLNode& node, int /*version*/) fix_legacy_end_session(); break; } - - break; } } -- cgit v1.2.3