/[mldonkey]/mldonkey/src/daemon/common/commonInteractive.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/common/commonInteractive.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by spiralvoice, Thu Oct 6 10:21:06 2005 UTC revision 1.50 by spiralvoice, Thu Oct 6 17:34:21 2005 UTC
# Line 126  let file_commit file = Line 126  let file_commit file =
126          (try          (try
127              set_file_disk_name file new_name;              set_file_disk_name file new_name;
128              if Unix2.is_directory new_name then              if Unix2.is_directory new_name then
129                Unix.chmod new_name (Misc.int_of_octal_string !!create_dir_mask);                Unix2.chmod new_name (Misc.int_of_octal_string !!create_dir_mask);
130              let best_name = file_best_name file in              let best_name = file_best_name file in
131              Unix32.destroy (file_fd file);              Unix32.destroy (file_fd file);
132              if !verbose_files then lprintf_nl "[cInt] file_commit: destroyed";              if !verbose_files then lprintf_nl "[cInt] file_commit: destroyed";

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26