bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] SaveGame typo?


From: Joern Thyssen
Subject: Re: [Bug-gnubg] SaveGame typo?
Date: Wed, 19 Mar 2003 08:10:43 +0000
User-agent: Mutt/1.4i

On Tue, Mar 18, 2003 at 11:23:11AM -0600, Chris Wilson wrote
> In the SaveGame code of sgf.c, this section of code:
> 
> static char *aszSGFVariation[ NUM_VARIATIONS ] =
>         { NULL, "Nackgammon", "Hypergammon1", 
> "Hypergammon2", "Hypergammon3" };
> 
>       fputs( "RU[", pf );
>       
>       if( pmr->g.fCrawford )
>       fputs( "RU[Crawford", pf );
> 
> Will sometimes produce lines like "RU[RU[CRAWFORD" or
> "RU[RU[Nackgammon".  Is the duplicated "RU[" intentional?

No!

Well spotted!

Jørn




reply via email to

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