View Single Post
  #6  
Old 07-18-2003, 12:16 PM
alkrun
Sarnak
 
Join Date: Jan 2002
Posts: 66
Default

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.
Reply With Quote