bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] movefilter -- line 3210 in eval.c


From: Jim Segrave
Subject: Re: [Bug-gnubg] movefilter -- line 3210 in eval.c
Date: Tue, 3 Dec 2002 19:32:15 +0100
User-agent: Mutt/1.2.5.1i

On Tue 03 Dec 2002 (14:51 +0100), Øystein O Johansen wrote:
>     for( iPly = 0; iPly < nPlies; ++iPly ) {
>       movefilter* mFilter =
>      (iPly < MAX_FILTER_PLIES) ? &mFilters[iPly] : &(movefilter){0,0,0.0};
> 
> Sorry, I don't understand &(movefilter){0,0,0.0};
> 
> What is it supposed to mean?
> 
> The problem is that MSVC doesn't understand this either.

I've fixed a different problem in this function and patched this part
in line with Joern's proposal. I didn't know that was valid C.

-- 
Jim Segrave           address@hidden





reply via email to

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