Abdellazizhammami / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

String class non-portable #695

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
Merged here:

https://github.com/arduino/Arduino/commit/673847c8b67f705682de724d1010bde267206c
00

thank you!

C

Original comment by c.mag...@arduino.cc on 5 Jan 2014 at 8:07