This commit is contained in:
Nishi 2025-12-25 05:06:00 +09:00
commit f9a764d1d9
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
*.dll
*.core
/example
/build

View file

@ -234,7 +234,7 @@ int xl_parse(xemil_t* handle) {
nest_level--;
if(current->text != NULL){
if(current->text != NULL) {
str = xl_util_trim(current->text);
free(current->text);
current->text = str;