bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] SaveGame typo?


From: Chris Wilson
Subject: [Bug-gnubg] SaveGame typo?
Date: Tue, 18 Mar 2003 11:23:11 -0600

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?

Thanks 




________________________________________________________________
Sent via the WebMail system at guamusa.us


 
                   




reply via email to

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