From df7ce5b4a685f4b17b37ee3f8ff6196770008d1f Mon Sep 17 00:00:00 2001 From: hexplor Date: Tue, 31 Mar 2026 05:32:23 +0200 Subject: [PATCH] replica bug fix --- REPLICA/replica | Bin 58176 -> 58176 bytes REPLICA/replica.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/REPLICA/replica b/REPLICA/replica index c192c3cb12d2eef0ea3a730c18633d5f435d80a9..4c0714c224168d21a04a35ef33cee996a449527e 100755 GIT binary patch delta 44 zcmV+{0Mq}##sk2{1F(1l6j7p>M$P^OH|J^aoOzCEt!^`F+p~-V)f5AbMZmLU7~IO^ Cp%tD0 delta 44 zcmV+{0Mq}##sk2{1F(1l6ndgAEJtPu@4Em+3Cek~wDWY6ezS}N)f5AZMWC}}7~IOV C{S*lR 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__); }