aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-04-29 20:13:42 -0400
committerB. Watson <urchlay@slackware.uk>2024-04-29 20:13:42 -0400
commitca5b5bda7477386f6050c1a65802c5a68dc2de55 (patch)
treed09fb94087a7f3c7754f911024d76b3654c48d5e
parent0b8fd380a61805445f1ef25157aa80e22c8e5493 (diff)
downloadbw-atari8-tools-ca5b5bda7477386f6050c1a65802c5a68dc2de55.tar.gz
xexcat: error reporting for DOS 1.0 detection.
-rw-r--r--xexcat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xexcat.c b/xexcat.c
index 1b4ee01..3ace57d 100644
--- a/xexcat.c
+++ b/xexcat.c
@@ -243,6 +243,8 @@ int main(int argc, char **argv) {
SELF ": %s: can't handle DOS 1.0 executables as input\n"
" Convert this file to a regular .xex with xex1to2.\n",
infile);
+ errcount++;
+ continue;
}
}
if(dos1_output) {