From 62d61de93d40090a156fad25b4caae2d0bb9ce41 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 18 Dec 2015 10:18:16 +0100 Subject: [PATCH] sources: fix formatting of selection intervals in comment It was mangled in commit 6f84d2fac16cb57a1bf3accf4ea211811b0abfab. --- sources.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/sources.c b/sources.c index b0742c8e..e338f7f9 100644 --- a/sources.c +++ b/sources.c @@ -736,16 +736,17 @@ SRC_SelectSource(SRC_Instance updated_inst) If we get a case like <-----------------------> - <--> - <--> - <===========> + <--> + <--> + <===========> we will build the interval as shown with '=', whereas with an extra source we get + <-----------------------> - <-------> - <--> - <--> - <==> + <-------> + <--> + <--> + <==> The first case is just bad luck - we need extra sources to detect the falseticker, so just make an arbitrary choice based -- 2.47.2