Guest User

Untitled

a guest
Nov 20th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if ((bytes[i] << 1) > 0x00 && (bytes[i] << 1) < 0x03) {
  2. //also I know the logic can be made simpler by just starting at the top and going down
  3. log(i + " needs attention");
  4. }
Add Comment
Please, Sign In to add comment