aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-14 06:00:06 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-14 06:00:06 -0500
commit3e2561662e065f9797f66f3c3663c8e271d1f272 (patch)
tree2e6df43e2029343b64661d7fce26c927458fdf48 /src
parent963cdb3dfa7b41f0c98242b6f71475df036226f0 (diff)
downloadunalf-3e2561662e065f9797f66f3c3663c8e271d1f272.tar.gz
Do not exit on checksum error.
Diffstat (limited to 'src')
-rw-r--r--src/extract.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extract.c b/src/extract.c
index 4f761e4..95c13a8 100644
--- a/src/extract.c
+++ b/src/extract.c
@@ -587,7 +587,6 @@ cleanup_and_exit:
jmp(exit);
#endif
chksum_err();
- exit(1);
/* ---------------------------------------------------------------------------- */
init_outbuf:
lda(outbuf_adr_l);