Browse Source

I can settle that TODO now I think

belt_ext
Weird Constructor 2 months ago
parent
commit
efd3072a50
  1. 1
      src/transport.rs

1
src/transport.rs

@ -509,7 +509,6 @@ where
}
self.length_px += other.length_px;
// TODO: Check!
self.ext_px += other.ext_px;
if prev_len > 0 && (prev_len - 1) < self.contents.len() {

Loading…
Cancel
Save