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/giftLexer.mll


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

Index: mldonkey/src/daemon/common/giftLexer.mll
diff -u mldonkey/src/daemon/common/giftLexer.mll:1.2 
mldonkey/src/daemon/common/giftLexer.mll:1.3
--- mldonkey/src/daemon/common/giftLexer.mll:1.2        Thu Nov 20 16:43:14 2003
+++ mldonkey/src/daemon/common/giftLexer.mll    Tue Sep  6 11:24:59 2005
@@ -9,7 +9,7 @@
   let buf = Buffer.create 100
     
   let init_string () =
-    Buffer.clear buf
+    Buffer.reset buf
   let add_char c = 
     Buffer.add_char buf c
     




reply via email to

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