mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
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.
This commit is contained in:
parent
2925fd52e5
commit
e4e3c10a90
1 changed files with 0 additions and 2 deletions
|
|
@ -4616,8 +4616,6 @@ TempoMap::set_state (const XMLNode& node, int /*version*/)
|
|||
fix_legacy_end_session();
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue