]> matita.cs.unibo.it Git - helm.git/commitdiff
Flushing needed before closing the channel.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 4 Feb 2013 22:36:52 +0000 (22:36 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 4 Feb 2013 22:36:52 +0000 (22:36 +0000)
matita/components/ng_extraction/ocamlExtractionTable.ml

index 148377e6f9a1b2f5da63b1a3e6d1a2e1038560cc..576509a04d38b213a2daf1be89c7e46945523899 100644 (file)
@@ -249,6 +249,8 @@ let close_file status =
  match ch with
     None -> assert false
   | Some ch ->
+     Format.pp_print_flush (snd (fst ch)) ();
+     Format.pp_print_flush (snd (snd ch)) ();
      close_out (fst (fst ch));
      close_out (fst (snd ch));
      let ch = None in