mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonInteracti


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonInteractive.ml
Date: Thu, 06 Oct 2005 13:34:23 -0400

Index: mldonkey/src/daemon/common/commonInteractive.ml
diff -u mldonkey/src/daemon/common/commonInteractive.ml:1.49 
mldonkey/src/daemon/common/commonInteractive.ml:1.50
--- mldonkey/src/daemon/common/commonInteractive.ml:1.49        Thu Oct  6 
10:21:06 2005
+++ mldonkey/src/daemon/common/commonInteractive.ml     Thu Oct  6 17:34:21 2005
@@ -126,7 +126,7 @@
         (try
             set_file_disk_name file new_name;
             if Unix2.is_directory new_name then
-              Unix.chmod new_name (Misc.int_of_octal_string !!create_dir_mask);
+              Unix2.chmod new_name (Misc.int_of_octal_string 
!!create_dir_mask);
             let best_name = file_best_name file in
             Unix32.destroy (file_fd file);
             if !verbose_files then lprintf_nl "[cInt] file_commit: destroyed";




reply via email to

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