mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
Fix export w/o session-range (typo in 468731c14b)
This commit is contained in:
parent
6da5f96cf6
commit
3ff1541825
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ ExportProfileManager::init_timespans (XMLNodeList nodes)
|
|||
// Add session as default selection
|
||||
Location * session_range;
|
||||
|
||||
if ((session_range = session.locations()->session_range_location()) != 0) {
|
||||
if ((session_range = session.locations()->session_range_location()) == 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue