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

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

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

revision 1.7 by spiralvoice, Thu Jul 7 00:25:46 2005 UTC revision 1.8 by spiralvoice, Fri Jul 22 10:58:55 2005 UTC
# Line 175  module Known = struct Line 175  module Known = struct
175                  lprintf_nl "    %s" (Md4.to_string m);                  lprintf_nl "    %s" (Md4.to_string m);
176              ) f.blocks;              ) f.blocks;
177              print_tags f.tags;              print_tags f.tags;
178              lprintf_nl "";              lprint_newline ();
179            with _ -> lprintf_nl "Error : no file in known.met\n";            with _ -> lprintf_nl "Error : no file in known.met\n";
180        ) t;        ) t;
181    end    end
# Line 302  module Pref = struct Line 302  module Pref = struct
302        lprintf "PREF.MET %s\n" (Md4.to_string t.md4);        lprintf "PREF.MET %s\n" (Md4.to_string t.md4);
303                
304        print_tags t.client_tags;        print_tags t.client_tags;
305        lprintf_nl "";        lprint_newline ();
306                
307        print_tags t.option_tags;        print_tags t.option_tags;
308        lprintf_nl ""        lprint_newline ()
309  (*  (*
310  (14)  (14)
311  (2)(0)(0)(0)  (2)(0)(0)(0)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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