mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16: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.