bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] GNUbgW S 020624 pagefault MSVCRT


From: Joern Thyssen
Subject: Re: [Bug-gnubg] GNUbgW S 020624 pagefault MSVCRT
Date: Wed, 26 Jun 2002 08:02:15 +0000
User-agent: Mutt/1.2.5.1i

On Wed, Jun 26, 2002 at 08:47:30AM +0200, Øystein O Johansen wrote
> 
> Hi,
> 
> Suggested change which might solve this:
> 
> gnubg.c line 3774:
> 
>     fprintf ( pf,
>               "set export moves parameters evaluation %s\n"
>               "set export moves parameters rollout %s\n"
>               "set export moves probabilities %s\n",
>               exsExport.afMovesParameters[ 0 ],
>               exsExport.afMovesParameters[ 1 ],
>               exsExport.fMovesDetailProb );
> 
> Changes to:
> 
>     fprintf ( pf,
>               "set export moves parameters evaluation %d\n"
>               "set export moves parameters rollout %d\n"
>               "set export moves probabilities %d\n",
>               exsExport.afMovesParameters[ 0 ],
>               exsExport.afMovesParameters[ 1 ],
>               exsExport.fMovesDetailProb );

In fact, it should be 
     
                 exsExport.afMovesParameters[ 0 ] ? "yes" : "no"

[snip]
> Jørn? Can you access the cvs from there?

Yes, it should be fixed now.

Jørn

-- 
Joern Thyssen, PhD
Vendsysselgade 3, 3., 9000 Aalborg
+45 9813 2791 (private) / +45 2077 2689 (mobile) / +45 9633 7010 (work)



reply via email to

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