Thread
:
5.0 fixes / changes
View Single Post
#
6
07-18-2003, 12:16 PM
alkrun
Sarnak
Join Date: Jan 2002
Posts: 66
in parser.cpp the itoa() function should declare the tmp[] buffer as 12 chars instead of 10. it needs one char for the terminating null and it's possible the value is negative which will prepend a '-' to the string and requiring another character.
alkrun
View Public Profile
Send a private message to alkrun
Find all posts by alkrun