generated from PlexSheep/rs-base
fix #1 last line all zero
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m27s
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m27s
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:
parent
f5ec931b33
commit
e829027eb5
1 changed files with 0 additions and 1 deletions
|
@ -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(())
|
||||
}
|
||||
|
|
Reference in a new issue