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
Original issue reported on code.google.com by
ze.c...@gmail.com
on 12 May 2009 at 3:28