From 3e2561662e065f9797f66f3c3663c8e271d1f272 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 14 Nov 2025 06:00:06 -0500 Subject: Do not exit on checksum error. --- TODO.txt | 3 --- src/extract.c | 1 - 2 files changed, 4 deletions(-) diff --git a/TODO.txt b/TODO.txt index ff9d50a..a941b02 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,9 +2,6 @@ - embed version (-D for C code, rst for the man page). -- don't exit when we find a file with a bad checksum (just move on - to the next one, if there is one). - - be more informative with -t option ("No errors found", or "2 files with bad checksums found"). 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); -- cgit v1.2.3