replica bug fix

This commit is contained in:
hexplor
2026-03-31 05:32:23 +02:00
parent 08666cb56e
commit df7ce5b4a6
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ static int insert_into_section(FILE* file, const char* name_out, const char* toI
}
}
printf("%s: name_concat for the moment: %s\n", __FUNCTION__, name_out);
FILE* out = fopen(name_out, "w");
FILE* out = fopen(name_concat, "w");
if (end != -1){
printf("%s: end recupere\n", __FUNCTION__);
}