From 5ce508a1da76f59d198035b7c4e0a4f2dbcfaa62 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Fri, 5 Jun 2020 14:43:18 +1000 Subject: [PATCH] timerange: fixed issue that broke removing timeranges from a timerangelist --- app/common/timerange.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/timerange.cpp b/app/common/timerange.cpp index 6edc2ccb0..6656facbe 100644 --- a/app/common/timerange.cpp +++ b/app/common/timerange.cpp @@ -181,7 +181,7 @@ void TimeRangeList::RemoveTimeRange(const TimeRange &remove) int sz = this->size(); for (int i=0;i