]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitadep.ml
irediced usage of matita.includes, that is now set by
[helm.git] / matita / matitadep.ml
index 995230c451e9082fd995b62ee6a2274eeec6ca20..6a2dccb91a96c97bcff3d6b014eae8f8f5e0b708 100644 (file)
@@ -43,7 +43,7 @@ let main () =
   let baseuri_of_script s = 
      try Hashtbl.find baseuri_of s 
      with Not_found -> 
-       let _,b,_ = Librarian.baseuri_of_script ~include_paths s in
+       let _,b,_,_ = Librarian.baseuri_of_script ~include_paths s in
        Hashtbl.add baseuri_of s b; 
        Hashtbl.add baseuri_of_inv b s; 
        b