mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/common/gu...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/common/gu...
Date: Fri, 14 Jul 2006 13:14:01 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       06/07/14 13:14:01

Modified files:
        distrib        : ChangeLog 
        src/daemon/common: guiDecoding.ml 

Log message:
        patch #5232

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.909&r2=1.910
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/daemon/common/guiDecoding.ml?cvsroot=mldonkey&r1=1.57&r2=1.58

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.909
retrieving revision 1.910
diff -u -b -r1.909 -r1.910
--- distrib/ChangeLog   29 Jun 2006 15:58:53 -0000      1.909
+++ distrib/ChangeLog   14 Jul 2006 13:14:01 -0000      1.910
@@ -14,6 +14,9 @@
 ChangeLog
 =========
 
+2006/07/14
+5232: GUI: Fix decoding bug for Gnutella/G2/Fasttrack search results (zet)
+
 2006/06/29
 5213: Swarmer: Commit only primary downloads (pango)
 5212: Fix DNS lookup of localhost (pango)

Index: src/daemon/common/guiDecoding.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/daemon/common/guiDecoding.ml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- src/daemon/common/guiDecoding.ml    11 Jun 2006 17:41:30 -0000      1.57
+++ src/daemon/common/guiDecoding.ml    14 Jul 2006 13:14:01 -0000      1.58
@@ -889,7 +889,7 @@
   let name, pos = get_string s (pos+20) in
   let ip, pos = get_ip2 proto s pos in
   let port = get_int16 s pos in
-  let tags, pos = get_list2 proto get_tag s (pos+6) in
+  let tags, pos = get_list2 proto get_tag s (pos+2) in
   let server = get_int s pos in
   {
     user_num = num;




reply via email to

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