diff options
Diffstat (limited to 'listamsb.c')
-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; |