mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
[c] Closes #1213, don't trim end of atlas file line.
This commit is contained in:
parent
fdb7902ca7
commit
578062d8f2
@ -70,8 +70,8 @@ static void trim(Str* str) {
|
||||
(str->begin)++;
|
||||
if (str->begin == str->end) return;
|
||||
str->end--;
|
||||
while (isspace((unsigned char)*str->end) && str->end >= str->begin)
|
||||
str->end--;
|
||||
/*while (isspace((unsigned char)*str->end) && str->end >= str->begin)
|
||||
str->end--;*/
|
||||
str->end++;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user