fix + norm

This commit is contained in:
Loic Deridder
2025-02-15 09:28:53 +01:00
parent 785e3fdfa0
commit bc2386cc83
9 changed files with 11 additions and 11 deletions

1
srcs/env/var.c vendored
View File

@@ -80,6 +80,7 @@ bool is_valid_key(char *key, t_msh *msh)
char *tmp;
int i;
i = 0;
tmp = ft_strjoin(key, "=");
if (!tmp)
return (false);