X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=lzindex%2Flztrie.c;fp=lzindex%2Flztrie.c;h=2ac090a2c73fe878f98e7b90b18f88983ec12d36;hb=f23d86be251c79353f66701f10d69020845050c8;hp=7e4453deca1bc27061279a68f51d6d32773c0dea;hpb=a56dda3a95d2df268969bd3c2c994b5d2f020410;p=SXSI%2FTextCollection.git diff --git a/lzindex/lztrie.c b/lzindex/lztrie.c index 7e4453d..2ac090a 100644 --- a/lzindex/lztrie.c +++ b/lzindex/lztrie.c @@ -174,7 +174,7 @@ trieNode parentLZTrie (lztrie T, trieNode i) { if (i == ROOT) return NULLT; // parent of root if (T->boost[T->letters[i-rank(T->pdata->bdata,i)]] == i) return ROOT; - return enclose (T->pdata,i); + return _enclose (T->pdata,i); } // subtree size