mldonkey-users
[Top][All Lists]
Advanced

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

Re: [Mldonkey-users] Re: Syntax error in make depend version 2-5-11


From: ditfau6
Subject: Re: [Mldonkey-users] Re: Syntax error in make depend version 2-5-11
Date: Fri, 13 Feb 2004 21:14:41 +0100
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6b) Gecko/20031204 Thunderbird/0.4RC1

spiralvoice wrote:
ditfau6 wrote:

  
File "src/daemon/common/commonSources.ml", line 1018, characters 18-19:
Syntax error
    

Hi,

could you also try this patch please?

Greetings, spiralvoice

diff -x Entries -x '*.orig' -u -w -N -r ./src/daemon/common/commonSources.ml ./src/daemon/common/commonSources.ml --- ./src/daemon/common/commonSources.ml 2004-02-11 00:25:08.000000000 +0100 +++ ./src/daemon/common/commonSources.ml 2004-02-13 17:09:00.000000000 +0100 @@ -1010,15 +1010,15 @@ match c.client_source with None -> lprintf "ERROR: Client source can not be NOne\n" | Some s -> - if not (List.memq file s.source_in_queues) then begin -(* lprintf "ERROR: client should be in file queue (1)\n"; *) +(* if not (List.memq file s.source_in_queues) then begin + lprintf "ERROR: client should be in file queue (1)\n"; match s.source_client with - SourceLastConnection _ -> -(* lprintf " ERROR: client source has last conn\n" *) - | SourceClient cc -> + SourceLastConnection _ -> () + lprintf " ERROR: client source has last conn\n" + | SourceClient cc -> () if c !=cc then -(* lprintf " ERROR: client source client is different\n" *) - end; + lprintf " ERROR: client source client is different\n" + end; *) s.source_in_queues <- List2.removeq file s.source_in_queues end;

_______________________________________________ Mldonkey-users mailing list address@hidden http://mail.nongnu.org/mailman/listinfo/mldonkey-users
Hi,

I tried your patch Spiralvoice no problem during the compilation. Mac-10.3 /gcc-3.3

My version works well :)

bye




reply via email to

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