From 4880d13bbdb0da862690994528b1efecb2d23079 Mon Sep 17 00:00:00 2001 From: hexplor Date: Tue, 31 Mar 2026 05:32:57 +0200 Subject: [PATCH] replica bug fix --- REPLICA/replica.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REPLICA/replica.c b/REPLICA/replica.c index 17457b6..0041cd4 100644 --- a/REPLICA/replica.c +++ b/REPLICA/replica.c @@ -89,7 +89,7 @@ static int insert_into_section(FILE* file, const char* name_out, const char* toI name_concat[i + 2] = 'i'; } } - printf("%s: name_concat for the moment: %s\n", __FUNCTION__, name_out); + printf("%s: name_concat for the moment: %s\n", __FUNCTION__, name_concat); FILE* out = fopen(name_concat, "w"); if (end != -1){ printf("%s: end recupere\n", __FUNCTION__);