diff options
Diffstat (limited to 'correlation.c')
-rw-r--r-- | correlation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/correlation.c b/correlation.c index 2c0e68e..ef49608 100644 --- a/correlation.c +++ b/correlation.c @@ -179,7 +179,7 @@ void find_mindiff(tOutput* output,tCorrelation* correlation,tBuffer* buf1,tBuffe tBuffer* smallbuf; tBuffer* bigbuf; tInt64 match; - tBool found; + tBool found=0; |