/[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.52 by spiralvoice, Mon Nov 21 21:35:16 2005 UTC revision 1.53 by spiralvoice, Mon Nov 21 21:41:18 2005 UTC
# Line 75  let canonize_basename name = Line 75  let canonize_basename name =
75          Charset.add_uchar buf uc'          Charset.add_uchar buf uc'
76        end        end
77    done;    done;
78    Charset.to_locale (Buffer.contents buf)    if Autoconf.windows then
79        Charset.to_locale (Buffer.contents buf)
80      else
81        Buffer.contents buf
82    
83  let file_commited_name incoming_dir file =  let file_commited_name incoming_dir file =
84    let network = file_network file in    let network = file_network file in

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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