/[mldonkey]/mldonkey/src/networks/donkey/donkeyInteractive.ml
ViewVC logotype

Diff of /mldonkey/src/networks/donkey/donkeyInteractive.ml

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

revision 1.64 by spiralvoice, Thu Oct 6 10:19:30 2005 UTC revision 1.65 by spiralvoice, Thu Oct 6 17:34:22 2005 UTC
# Line 219  let really_query_download filenames size Line 219  let really_query_download filenames size
219                lprintf_nl () "Renaming edonkey temp-file from %s to %s"                lprintf_nl () "Renaming edonkey temp-file from %s to %s"
220                    filename file_diskname;                    filename file_diskname;
221                Unix2.rename filename file_diskname;                Unix2.rename filename file_diskname;
222                Unix.chmod file_diskname 0o644;                Unix2.chmod file_diskname 0o644;
223                with e ->                with e ->
224                  lprintf_nl () "Could not rename %s to %s: exception %s"                  lprintf_nl () "Could not rename %s to %s: exception %s"
225                    filename file_diskname (Printexc2.to_string e);                    filename file_diskname (Printexc2.to_string e);

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

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