]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaclean.ml
irediced usage of matita.includes, that is now set by
[helm.git] / matita / matitaclean.ml
index 8409eb7bcc34127eecd4a644544f54fd3a097fa3..466104644e246168b85b14e35efa67715187a5aa 100644 (file)
@@ -95,7 +95,7 @@ let main () =
             try
               UM.buri_of_uri (UM.uri_of_string suri)
             with UM.IllFormedUri _ ->
-              let _,u,_ = Librarian.baseuri_of_script ~include_paths:[] suri in
+              let _,u,_,_ = Librarian.baseuri_of_script ~include_paths:[] suri in
               if String.length u < 5 || String.sub u 0 5 <> "cic:/" then begin
                 HLog.error (sprintf "File %s defines a bad baseuri: %s"
                   suri u);