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
@@ -16,6 +16,8 @@ static int process_config_line(char *line, t_data *data, int *j)
char *cleaned;
cleaned = clean_line(line);
if (!cleaned)
return (-1);
if (get_texture_path(cleaned, data->texture, j))
{
free(line);