void-packages/srcpkgs/traverso/patches/patch-src_core_Sheet.patch

12 lines
324 B
Diff
Raw Normal View History

2020-04-24 13:18:37 +00:00
--- 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;