diff options
| -rw-r--r-- | dla2csv.c | 8 | ||||
| -rw-r--r-- | dla2csv.xex | bin | 10909 -> 10917 bytes | 
2 files changed, 5 insertions, 3 deletions
@@ -479,9 +479,11 @@ int convert(void) {  			clear_keystroke();  			return 0;  		} -		backspace2(); -		printf("%02d", y * 100 / HEIGHT); /* percentage */ -		fflush(stdout); +		if(y & 1) { +			backspace2(); +			printf("%02d", y * 100 / HEIGHT); /* percentage */ +			fflush(stdout); +		}  		for(x = 0; x < BYTEWIDTH; ++x) {  			if(*inp) {  				pixx = x * 8; diff --git a/dla2csv.xex b/dla2csv.xex Binary files differindex fe0eb4e..7eefaa1 100644 --- a/dla2csv.xex +++ b/dla2csv.xex  | 
