Dylan Shell wrote:
> Current CVS has a minor bug where ARGB strings that use the 32nd bit are
> lost. For example
> 
> "#ffffffff" will parse into a = 0x7F, r,g,b = 0xFF.
> 
> Attached is a simple fix that replaces the strtol with a strtoll, fixing
> the glitch.
> 
> 
> Dylan.
> 

Why not strtoul and unsigned longs?


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to