Index: head/archivers/bicom/files/patch-bialib_sufftree.h =================================================================== --- head/archivers/bicom/files/patch-bialib_sufftree.h (nonexistent) +++ head/archivers/bicom/files/patch-bialib_sufftree.h (revision 432984) @@ -0,0 +1,11 @@ +--- bialib/sufftree.h.orig 2000-10-26 01:51:04 UTC ++++ bialib/sufftree.h +@@ -95,7 +95,7 @@ class SuffixTreeModel : public Arithmeti + { + public: + bool InEdge() +- {return(r>0);} ++ {return(r!=NULL);} + //After Canonize()ing a point, r >0 <=> proj!=0, i.e., point + //is inside an edge + INode *ins; //parent of point Property changes on: head/archivers/bicom/files/patch-bialib_sufftree.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +crlf \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property