Open GoogleCodeExporter opened 9 years ago
Changing line 49 to if (c % 2 != 0) solved the problem for me.
Original comment by and...@synapsestudios.com
on 7 May 2011 at 11:28
In addition to the comment above, I changed line 50 (the line after it) to be:
digits[c].__condmax = 3;
Original comment by cont...@wearebent.com
on 6 Sep 2011 at 9:14
that works.
change line 49 and 50 with following code:
if (c % 2 != 0)
digits[c].__condmax = 3;
Original comment by burakyen...@gmail.com
on 11 May 2012 at 4:35
thanks for the bug fix!
Original comment by Ezechias...@gmail.com
on 20 Jun 2012 at 8:48
Original issue reported on code.google.com by
fadesla...@gmail.com
on 18 Feb 2011 at 5:29