replica bug fix

This commit is contained in:
hexplor
2026-03-31 05:32:57 +02:00
parent df7ce5b4a6
commit 4880d13bbd
+1 -1
View File
@@ -89,7 +89,7 @@ static int insert_into_section(FILE* file, const char* name_out, const char* toI
name_concat[i + 2] = 'i'; 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"); FILE* out = fopen(name_concat, "w");
if (end != -1){ if (end != -1){
printf("%s: end recupere\n", __FUNCTION__); printf("%s: end recupere\n", __FUNCTION__);