ecere: Fixed calls to strcpy with overlapping buffers (New libc is stricter, it was...
authorJerome St-Louis <jerome@ecere.com>
Sun, 4 Mar 2012 21:26:25 +0000 (16:26 -0500)
committerJerome St-Louis <jerome@ecere.com>
Sun, 4 Mar 2012 21:26:25 +0000 (16:26 -0500)
commit5e0fb0dfd6136c1d4d982790d335dfd4922eb47e
tree8b2e853c6f1c0e5141b7175cd025f8d2d9600339
parent0408585831d86fccbc28b1155840396fe09ef892
ecere: Fixed calls to strcpy with overlapping buffers (New libc is stricter, it was breaking builds on Precise)
compiler/bootstrap/ecere/bootstrap/String.c
compiler/bootstrap/ecere/bootstrap/i18n.c
ecere/src/com/String.ec
ecere/src/sys/i18n.ec