diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-10-30 21:29:30 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-10-30 21:29:30 +0000 |
commit | b870e05547bc189f29569a5d21db0c875c8f9983 (patch) | |
tree | a212cc6320af4d156c1fc364311916aed365f837 /correlation.c | |
parent | 62f81e5cafbacfb90ac0f86e52e8e3176aa5ba8f (diff) | |
download | dhex-b870e05547bc189f29569a5d21db0c875c8f9983.tar.gz |
Imported Upstream version 0.67upstream/0.67
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; |