Fix something
This commit is contained in:
parent
fa45d7b383
commit
d8636ace10
@ -91,7 +91,7 @@ void compile_genexec(char** result, tSyntaxElement* se){
|
|||||||
|
|
||||||
if (token != NULL) {
|
if (token != NULL) {
|
||||||
|
|
||||||
string_append(result,token->content.string);
|
string_append(result,compile_expression(token));
|
||||||
|
|
||||||
if (token->next != NULL)
|
if (token->next != NULL)
|
||||||
string_append(result,",");
|
string_append(result,",");
|
||||||
|
Loading…
Reference in New Issue
Block a user