mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/giftEncoding.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/giftEncoding.ml
Date: Tue, 06 Sep 2005 07:25:02 -0400

Index: mldonkey/src/daemon/common/giftEncoding.ml
diff -u mldonkey/src/daemon/common/giftEncoding.ml:1.3 
mldonkey/src/daemon/common/giftEncoding.ml:1.4
--- mldonkey/src/daemon/common/giftEncoding.ml:1.3      Wed Jan 14 21:17:27 2004
+++ mldonkey/src/daemon/common/giftEncoding.ml  Tue Sep  6 11:24:59 2005
@@ -160,7 +160,7 @@
       
 let gui_send gui sock t = 
   try
-    Buffer.clear buf;
+    Buffer.reset buf;
     encode buf (translate gui t);
     let s = Buffer.contents buf in
     lprintf "Sending to GIFT GUI: \n%s\n" s;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]