aboutsummaryrefslogtreecommitdiffstats
path: root/audio/traverso/files/patch-src_core_Sheet.cpp
blob: 4676e9ebb0597bcfac5665231fc7d6ea28356e24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/core/Sheet.cpp.orig	2019-05-16 08:08:50 UTC
+++ src/core/Sheet.cpp
@@ -397,7 +397,7 @@ int Sheet::prepare_export(ExportSpecification* spec)
 		m_rendering = true;
 	}
 
-	spec->startLocation = LONG_LONG_MAX;
+	spec->startLocation = LLONG_MAX;
 	spec->endLocation = TimeRef();
 
 	TimeRef endlocation, startlocation;