mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
null termination was wiping buffer
This commit is contained in:
parent
2e64d36382
commit
fae5ebb9e8
2 changed files with 9 additions and 11 deletions
|
|
@ -185,7 +185,6 @@ namespace PropertyInfo
|
|||
*ptr++ = ' ';
|
||||
}
|
||||
|
||||
*ptr = '\0';
|
||||
return ptr; // return end of written string for chaining
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue