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

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

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

revision 1.36 by spiralvoice, Sun May 1 17:43:11 2005 UTC revision 1.37 by spiralvoice, Tue Jul 12 23:08:57 2005 UTC
# Line 599  let buf_client proto buf c = Line 599  let buf_client proto buf c =
599        if proto >= 20 then begin        if proto >= 20 then begin
600            buf_int_date proto buf c.client_connect_time            buf_int_date proto buf c.client_connect_time
601        end;        end;
602        if proto >= 21 then        if proto >= 21 then begin
603          buf_string buf c.client_emulemod;          buf_string buf c.client_emulemod
604          end;
605          if proto >= 33 then begin
606            buf_string buf c.client_release
607          end;
608      end      end
609            
610  let buf_network proto buf n =  let buf_network proto buf n =

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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