bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] HTML export, match info, wrong number of points


From: Morten Wang
Subject: [Bug-gnubg] HTML export, match info, wrong number of points
Date: Sat, 01 Feb 2003 20:52:47 +0100
User-agent: Gnus/5.09001 (Oort Gnus v0.10) Emacs/21.2 (i686-pc-linux-gnu)

When exporting a game to HTML I noticed that the number of points for
player 1 in a match was incorrect.  The points for player 0 is used
twice.  I believe it happens because line 1764 in html.c is:

              pms->anScore[ 0 ],

but it should be:

              pms->anScore[ 1 ],

btw: would anyone want me to upload the 6x10 gnubg_ts.bd anywhere?
     or maybe burn a CD with it and mail it out?
    

Morten!

-- 
"...a liquid which was almost, but not quite, entirely unlike tea."
  My opinions are not necessarily those of my provider,
  not necessarily mine, and probably not necessary.




reply via email to

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