diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-02-25 07:37:12 -0500 | 
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-02-25 07:37:12 -0500 | 
| commit | d3b0717d5ca35653e2afd2c9d69fa2b94ee8a1cb (patch) | |
| tree | 4e5a7e3c4d4cc703b49bc37dd628a8783d31c86a | |
| parent | f539006ba57b2b9066824d89a8908c57d07bb194 (diff) | |
| download | bw-atari8-tools-d3b0717d5ca35653e2afd2c9d69fa2b94ee8a1cb.tar.gz | |
listamsb: remove "line N read OK" verbose message.
| -rw-r--r-- | listamsb.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -295,8 +295,7 @@ int main(int argc, char **argv) {  	proglen = read_header();  	while( (lineno = next_line()) != -1 ) -		if(verbose) -			fprintf(stderr, "line %d read OK\n", lineno); +		/* nop */ ;  	if(verbose)  		fprintf(stderr, "read %d bytes\n", bytes_read);; | 
