- Fixed several memory errors
This commit is contained in:
@@ -27,7 +27,7 @@ class CStringPrinter:
|
||||
return 'string'
|
||||
|
||||
def to_string(self):
|
||||
value = "\"" + self.val['_str'].string('', 'replace', self.val['_size'] - 1) + "\""
|
||||
value = "\"" + self.val['_str'].string('', 'replace', self.val['_size']) + "\""
|
||||
return value
|
||||
|
||||
def display_hint(self):
|
||||
|
||||
Reference in New Issue
Block a user