yeah
This commit is contained in:
parent
5de1772d5f
commit
f9a764d1d9
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
*.dll
|
||||
*.core
|
||||
/example
|
||||
/build
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue