diff --git a/REPLICA/replica b/REPLICA/replica index c192c3c..4c0714c 100755 Binary files a/REPLICA/replica and b/REPLICA/replica differ diff --git a/REPLICA/replica.c b/REPLICA/replica.c index eb84ce2..17457b6 100644 --- a/REPLICA/replica.c +++ b/REPLICA/replica.c @@ -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__); }