Files
amigaos-cross-toolchain6/patches/ira/supp.c.diff
T

12 lines
224 B
Diff

--- ira/supp.c 2015-09-11 09:25:13.000000000 +0200
+++ ira/supp.c 2015-09-11 10:29:42.000000000 +0200
@@ -10,7 +10,7 @@
char adrbuf[64];
-char *itoa(long integer)
+char *itostr(long integer)
{
static char buf[16];