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.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to