Peter Simpson wrote:
> When using this on AIX, we encountered an issue with an "unsigned char".
>
> For cases where "nSrc" was 0, then "nSrc-1" was being treated as positive
> (since nSrc is defined as an unsigned char, u8)

This violates the C standard (any C standard).  Does you compiler
(whatever it is) claim conformance to a standard?  Might this be just
some optimization bug?


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to