forked from starnakin/IronGOLEM
clean rename itoa to ntoa for number to ascii
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
putnum(number)
|
||||
{
|
||||
local str;
|
||||
str = itoa(number);
|
||||
str = ntoa(number);
|
||||
if (str == 0)
|
||||
return;
|
||||
putstr(str);
|
||||
|
Reference in New Issue
Block a user