Thread: Strange Crash
View Single Post
  #45  
Old 04-16-2010, 09:20 PM
mmaker
Fire Beetle
 
Join Date: Mar 2010
Posts: 10
Default

Quote:
Originally Posted by OscarGrouch05 View Post
What's up with the nulls in the characters' names?
That question is a couple of months old now, but in case it helps with future debugging I presume they're defined as char[64] instead of char*, so gdb prints out the full 64 character array. Which could contain any old junk after the first null.
Reply With Quote