mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/utils/cdk/bzip2.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/cdk/bzip2.ml
Date: Sat, 19 Nov 2005 12:19:48 -0500

Index: mldonkey/src/utils/cdk/bzip2.ml
diff -u mldonkey/src/utils/cdk/bzip2.ml:1.3 mldonkey/src/utils/cdk/bzip2.ml:1.4
--- mldonkey/src/utils/cdk/bzip2.ml:1.3 Tue Sep 13 09:49:40 2005
+++ mldonkey/src/utils/cdk/bzip2.ml     Sat Nov 19 17:19:45 2005
@@ -126,7 +126,7 @@
     invalid_arg "Bzlib2.output";
   (* If output buffer is full, flush it *)
   if oz.out_avail = 0 then begin
-    Printf.printf "Flushing out_avail\n";
+  (* Printf.printf "Flushing out_avail\n"; *)
     Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos;
     oz.out_pos <- 0;
     oz.out_avail <- String.length oz.out_buffer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]