diff options
| author | B. Watson <urchlay@slackware.uk> | 2024-04-29 20:13:42 -0400 | 
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2024-04-29 20:13:42 -0400 | 
| commit | ca5b5bda7477386f6050c1a65802c5a68dc2de55 (patch) | |
| tree | d09fb94087a7f3c7754f911024d76b3654c48d5e | |
| parent | 0b8fd380a61805445f1ef25157aa80e22c8e5493 (diff) | |
| download | bw-atari8-tools-ca5b5bda7477386f6050c1a65802c5a68dc2de55.tar.gz | |
xexcat: error reporting for DOS 1.0 detection.
| -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) { | 
