diff options
-rw-r--r-- | xexcat.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |