mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-27 12:18:11 +08:00
changed the output file names
This commit is contained in:
+1
-1
@@ -1717,7 +1717,7 @@ void Output_PAF()
|
||||
|
||||
fprintf(stderr, "Writing PAF to disk ...... \n");
|
||||
char* paf_name = (char*)malloc(strlen(asm_opt.output_file_name)+5);
|
||||
sprintf(paf_name, "%s.paf", asm_opt.output_file_name);
|
||||
sprintf(paf_name, "%s.ovlp.paf", asm_opt.output_file_name);
|
||||
FILE* output_file = fopen(paf_name, "w");
|
||||
uint64_t i, j;
|
||||
ma_hit_t_alloc* sources = R_INF.paf;
|
||||
|
||||
Reference in New Issue
Block a user