Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/archivers/bicom/files/patch-bialib_sufftree.h
16461 views
1
--- bialib/sufftree.h.orig 2000-10-26 01:51:04 UTC
2
+++ bialib/sufftree.h
3
@@ -95,7 +95,7 @@ class SuffixTreeModel : public Arithmeti
4
{
5
public:
6
bool InEdge()
7
- {return(r>0);}
8
+ {return(r!=NULL);}
9
//After Canonize()ing a point, r >0 <=> proj!=0, i.e., point
10
//is inside an edge
11
INode *ins; //parent of point
12
13