A POR TODAAS
This commit is contained in:
@@ -71,7 +71,9 @@ void set_env(
|
||||
}
|
||||
}
|
||||
val = value;
|
||||
if (val != NULL)
|
||||
if (val == NULL)
|
||||
val = ft_strdup("");
|
||||
else
|
||||
val = ft_strdup(value);
|
||||
if (val == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user