mldonkey-users
[Top][All Lists]
Advanced

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

Re: Re[2]: [Mldonkey-users] pango-20021128b


From: Thomas de Grenier de Latour
Subject: Re: Re[2]: [Mldonkey-users] pango-20021128b
Date: Thu, 28 Nov 2002 22:07:28 +0100

On Thu, 28 Nov 2002 21:38:47 +0100
"Thomas Ruecker" <address@hidden> wrote:

> > > -  option_hook client_md4 (fun _ -> client_md4 =:= mldonkey_md4
> > > !!client_md4)
> > > +  option_hook client_md4 (fun _ -> client_md4!! <- mldonkey_md4
> > > !!client_md4)
> > > 
> > 
> > Argh! "client_md4!!" is to be read "!!client_md4".
> It doesn't seem to work for me:
> File "common/commonOptions.ml", line 565, characters 48-50:
> Syntax error
> make: *** [common/commonOptions.cmx] Error 2
> 

Ooops, sorry, didn't save before compiling :) 
So the working version (well, the one I'm currently running)
is probably still the first one:

  option_hook client_md4 (fun _ -> 
    if (!!client_md4 != mldonkey_md4 !!client_md4) 
      then client_md4 =:= mldonkey_md4 !!client_md4)

Really sorry about that,

--
Thomas.





reply via email to

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