[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonFile.ml
From: |
mldonkey-commits |
Subject: |
[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonFile.ml |
Date: |
Thu, 02 Jun 2005 13:43:04 -0400 |
Index: mldonkey/src/daemon/common/commonFile.ml
diff -u mldonkey/src/daemon/common/commonFile.ml:1.30
mldonkey/src/daemon/common/commonFile.ml:1.31
--- mldonkey/src/daemon/common/commonFile.ml:1.30 Sun Apr 24 19:44:16 2005
+++ mldonkey/src/daemon/common/commonFile.ml Thu Jun 2 17:43:03 2005
@@ -401,7 +401,7 @@
let set_file_fd file fd =
(as_file_impl file).impl_file_fd <- fd
-let set_file_disk_name file filename=
+let set_file_disk_name file filename =
let orig_fd = file_fd file in
if orig_fd != Unix32.bad_fd then
Unix32.rename orig_fd filename
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonFile.ml,
mldonkey-commits <=