diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bicom/files/patch-bialib_sufftree.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/bicom/files/patch-bialib_sufftree.h b/archivers/bicom/files/patch-bialib_sufftree.h new file mode 100644 index 000000000000..2782c4887989 --- /dev/null +++ b/archivers/bicom/files/patch-bialib_sufftree.h @@ -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
|