intra to gitea

This commit is contained in:
root
2025-11-15 22:16:13 +00:00
parent 0c0d28ab36
commit 50b45e597f
27 changed files with 888 additions and 624 deletions
+2
View File
@@ -31,6 +31,8 @@ int check_extension(char *map_path)
{
int len_map_path;
if (!map_path)
return (1);
len_map_path = ft_strlen(map_path);
if (len_map_path < 4)
return (ft_error(ERROR_EXT), 1);