The string constructors and concat functions make assumptions about the size of
built-in types like int and long. This is not portable to other architectures.
Especially with Due coming up in the future, it would be wise to stay
portable. Patch attached which fixes this.
Original issue reported on code.google.com by maniac...@ymail.com on 24 Oct 2011 at 4:05
Original issue reported on code.google.com by
maniac...@ymail.com
on 24 Oct 2011 at 4:05Attachments: