mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-21 17:31:17 +00:00
ca88810df3
* The +1 for internal NULL terminator must be done internally, otherwise we end up with "foobar" being a 7-character string of "foobar\0". If this is then re-serialised we add more and more null terminators.