Various fixes:
[SXSI/TextCollection.git] / lzindex / lztrie.c
index 7e4453d..2ac090a 100644 (file)
@@ -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