diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-02-25 07:32:37 -0500 | 
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-02-25 07:32:37 -0500 | 
| commit | f539006ba57b2b9066824d89a8908c57d07bb194 (patch) | |
| tree | f8fdfac27be9768743b68adf374c1e94d0278324 | |
| parent | 2da7ac8b7bd573d5cb24e83f4f308837630e9e78 (diff) | |
| download | bw-atari8-tools-f539006ba57b2b9066824d89a8908c57d07bb194.tar.gz | |
listamsb: fix boo-boo.
| -rw-r--r-- | listamsb.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -267,8 +267,7 @@ void open_output() {  			perror("/dev/null");  			exit(1);  		} -	} -	if(raw_output) { +	} else if(raw_output) {  		if(isatty(fileno(stdout)))  			die("refusing to write raw ATASCII to a terminal");  		outfile = stdout; | 
