[FIX] remove size in char [] for the alias

This commit is contained in:
Arthur-gtr
2025-04-21 01:07:48 +02:00
parent 5b88353f77
commit 36dea41494

View File

@@ -35,7 +35,7 @@ static int skip_to_next_token(char *buffer, int i)
static
char *find_alias(his_variable_t *variable, alias_t *alias, char *buffer)
{
char cmd[variable->size_variable + 1];
char cmd[variable->size_variable];
char *new_cmd = NULL;
for (int i = variable->coord_variable; i !=