]> matita.cs.unibo.it Git - helm.git/commitdiff
One MQInterpreter commit broke regtest.ml. Fixed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 26 Feb 2004 12:51:01 +0000 (12:51 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 26 Feb 2004 12:51:01 +0000 (12:51 +0000)
helm/gTopLevel/regtest.ml

index 5e246c97c99d856d141cc08499b2358dea227615..76621b5ecf8d611a9507db803e1e1f79e2cf5dfd 100644 (file)
@@ -267,7 +267,7 @@ let _ =
       (HelmLogger.string_of_html_msg msg));
  
  let mqi_debug_fun = ignore in
- let mqi_handle = MQIConn.init mqi_debug_fun in
+ let mqi_handle = MQIConn.init ~log:mqi_debug_fun () in
  
  let fnames = ref [] in
  let gen = ref false in