mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
the string created by value.substr(index * 2, 2) is deleted after c_str() but before strtoul executes. The solution is to use a temporary string to store the value.