diff options
| -rw-r--r-- | src/alf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ int main(int argc, char **argv) { crunch_file(argv[optind++]); } - fclose(out_file); + if(out_file) fclose(out_file); exit(0); } |
![]() |
index : alftools | |
| Extract/create Atari 8-bit ALF archives on modern systems | urchlay -at- slackware _dot_ uk |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/alf.c | 2 |
@@ -355,7 +355,7 @@ int main(int argc, char **argv) { crunch_file(argv[optind++]); } - fclose(out_file); + if(out_file) fclose(out_file); exit(0); } |