sources: fix formatting of selection intervals in comment
It was mangled in commit 6f84d2fac1
.
This commit is contained in:
parent
ba81d68b07
commit
62d61de93d
1 changed files with 8 additions and 7 deletions
15
sources.c
15
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
|
||||
|
|
Loading…
Reference in a new issue