src/jkOwnLib/fuzzyFind.c 1.18
1.18 2009/08/20 22:31:46 kent
Initializing a field to zero which otherwise would be garbage.
Index: src/jkOwnLib/fuzzyFind.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/jkOwnLib/fuzzyFind.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -b -B -U 4 -r1.17 -r1.18
--- src/jkOwnLib/fuzzyFind.c 9 May 2006 01:05:55 -0000 1.17
+++ src/jkOwnLib/fuzzyFind.c 20 Aug 2009 22:31:46 -0000 1.18
@@ -1024,8 +1024,9 @@
proto.hStart = ali->hStart;
proto.hEnd = ali->hEnd;
proto.nStart = ali->nStart;
proto.nEnd = ali->nEnd;
+proto.score = 0;
lastDif = ali->hStart - ali->nStart;
/* Go through rest of list and put others that are close to
* on the same diagonal onto this exon. */