]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/matitadep/matitadep.ml
- probe: recursive removal of empty directories
[helm.git] / matita / components / binaries / matitadep / matitadep.ml
index da82b9fc1e92a7dad19e6fe238f0ca979449d990..de8f3d65db7a03d2f9f88b814890bb38ba00c599 100644 (file)
@@ -47,7 +47,7 @@ let check () =
    Hashtbl.iter iter graph 
 
 let rec read ich = 
-   let _ = Scanf.fscanf ich "%s@:include \"%s@\". " init in
+   let _ = Scanf.sscanf (input_line ich) "%s@:include \"%s@\"." init in
    read ich
    
 let _ =