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

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

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

revision 1.3 by mldonkey, Wed Jan 14 21:17:27 2004 UTC revision 1.4 by spiralvoice, Tue Sep 6 11:24:59 2005 UTC
# Line 160  let translate gui t = Line 160  let translate gui t =
160                
161  let gui_send gui sock t =  let gui_send gui sock t =
162    try    try
163      Buffer.clear buf;      Buffer.reset buf;
164      encode buf (translate gui t);      encode buf (translate gui t);
165      let s = Buffer.contents buf in      let s = Buffer.contents buf in
166      lprintf "Sending to GIFT GUI: \n%s\n" s;      lprintf "Sending to GIFT GUI: \n%s\n" s;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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