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: Mon, 01 Aug 2005 16:09:17 -0400

Index: mldonkey/src/utils/cdk/bzip2.ml
diff -u mldonkey/src/utils/cdk/bzip2.ml:1.1 mldonkey/src/utils/cdk/bzip2.ml:1.2
--- mldonkey/src/utils/cdk/bzip2.ml:1.1 Sat Jul 23 14:19:48 2005
+++ mldonkey/src/utils/cdk/bzip2.ml     Mon Aug  1 20:09:13 2005
@@ -175,3 +175,9 @@
   flush oz;
   Pervasives.close_out oz.out_chan
 
+let bzlib_version_num () =
+  begin
+    try
+      let s = Printf.sprintf "%s" (Bzlib.bzlib_version ()) in s
+    with e -> ""
+  end




reply via email to

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