Follow-up Comment #2, bug #14101 (project mldonkey):

http://caml.inria.fr/pub/docs/manual-ocaml/libref/Pervasives.html

"val set_binary_mode_in : in_channel -> bool -> unit

set_binary_mode_in ic true sets the channel ic to binary mode: no
translations take place during input. set_binary_mode_out ic false sets the
channel ic to text mode: depending on the operating system, some translations
may take place during input. For instance, under Windows, end-of-lines will be
translated from \r\n to \n. This function has no effect under operating
systems that do not distinguish between text mode and binary mode."

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14101>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
Mldonkey-bugs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-bugs

Reply via email to