fix #1 last line all zero
cargo devel CI / cargo CI (push) Successful in 1m27s Details

we toggle the buffer one time to much after the duplicated lines are
processed. This commit just removes that one toggle too much.
This commit is contained in:
Christoph J. Scherr 2024-02-01 23:05:42 +01:00
parent f5ec931b33
commit e829027eb5
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ impl Hedu {
buf = format!("{:X?}", self.buf),
"dumping buf after line skip"
);
self.alt_buf ^= 1; // read into the other buf, so we can check for sameness
self.display();
Ok(())
}