Thread: Strange Crash
View Single Post
  #19  
Old 01-16-2010, 03:31 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

What's up with the nulls in the characters' names?

Code:
(gdb) print iOther->name
$3 = "Harry\000e", '\0' <repeats 56 times>
Code:
(gdb) print iOther->name
$3 = "Sand\000me", '\0' <repeats 56 times>
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote