Closed GoogleCodeExporter closed 9 years ago
This was caused by haberlerm at revision 1312.
A constructor was added to HeeksColor
HeeksColor(Aci_t aci);
where Aci_t is an "int".
problem is, it is very similar to the existing constructor
HeeksColor(long color);
which was what should be getting used.
I have fixed this by casting all existing cases to "long", so that they use the
old function. haberlerm's code should still work ok.
Original comment by danhe...@gmail.com
on 14 Oct 2010 at 9:48
thanks!
Original comment by ddfalck2...@yahoo.com
on 14 Oct 2010 at 10:30
Original issue reported on code.google.com by
ddfalck2...@yahoo.com
on 14 Oct 2010 at 7:02