This commit is contained in:
2026-02-15 14:55:02 +11:00
parent af4168f91a
commit 9e35c323d3
7 changed files with 254 additions and 16 deletions

View File

@@ -81,6 +81,7 @@ ResultType(voidptr, charptr) addTokenToSolsTokens(SolsTokens* tokens, SolsToken
if (tmp == NULL) {
return Error(voidptr, charptr, "Failed to allocate memory (in addTokenToSolsTokens() function)");
}
tokens->at = tmp;
}
tokens->at[tokens->count] = token;
tokens->count++;