From ca5b5bda7477386f6050c1a65802c5a68dc2de55 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 29 Apr 2024 20:13:42 -0400 Subject: xexcat: error reporting for DOS 1.0 detection. --- xexcat.c | 2 ++ 1 file changed, 2 insertions(+) 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) { -- cgit v1.2.3