paragasa / openholdembot

Automatically exported from code.google.com/p/openholdembot
Other
0 stars 0 forks source link

f19 symbol evaluates incorrectly #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which product and version is being used? (OpenHoldem, OpenScrape, OHReplay,
or ManualMode)
OpenHoldem 2 r799

What steps will reproduce the problem?
1. Open OH and click f19.
2. Open Formula Editor and check f19 there.
3. You will see something like "524289.0000 = f19" (or OH could even crash)

What is the expected output? What do you see instead?
Correct output is "1.0000 = f19".

Please provide any additional information below.
There is a bug in CSymbols.h in "struct SSymbols"
Flags are declared as "double f[19];"
Should be "double f[20];"

Original issue reported on code.google.com by ze.c...@gmail.com on 12 May 2009 at 3:28

GoogleCodeExporter commented 8 years ago
Nice find, thanks.  Committed in rev. 800.

Original comment by openhol...@gmail.com on 13 May 2009 at 1:32