Skip to content

Commit

Permalink
fix #138
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Dec 15, 2024
1 parent 2b2c18c commit 9af0f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -803,8 +803,8 @@ int main(int argc, char * argv[]) {

FILE *input_des = NULL, *output_des = NULL;

output_des = mode != MODE_TEST ? open_output(output, force) : NULL;
input_des = open_input(input);
output_des = mode != MODE_TEST ? open_output(output, force) : NULL;

if (output != f2) free(output);

Expand Down

0 comments on commit 9af0f77

Please sign in to comment.