13
0

Fix export w/o session-range (typo in 468731c14b)

This commit is contained in:
Robin Gareus 2019-10-15 23:17:48 +02:00
parent 6da5f96cf6
commit 3ff1541825
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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;
}