generated from PlexSheep/rs-base
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
|
@ -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 New Issue